Skip to content

Commit a04ff12

Browse files
authored
Skip some tests on SQLite for now (#220)
1 parent 7adffe3 commit a04ff12

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

features/search-replace.feature

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ Feature: Do global search/replace
221221
1 rows affected
222222
"""
223223

224+
# See https://github.com/wp-cli/search-replace-command/issues/190
225+
@skip-sqlite
224226
Scenario: Regex search/replace
225227
Given a WP install
226228
When I run `wp search-replace '(Hello)\s(world)' '$2, $1' --regex`
@@ -959,6 +961,8 @@ Feature: Do global search/replace
959961
"""
960962
And STDERR should be empty
961963

964+
# See https://github.com/wp-cli/search-replace-command/issues/190
965+
@skip-sqlite
962966
Scenario: Logging with regex replace
963967
Given a WP install
964968

@@ -1321,6 +1325,8 @@ Feature: Do global search/replace
13211325
[field_count] => 2
13221326
"""
13231327

1328+
# See https://github.com/wp-cli/search-replace-command/issues/190
1329+
@skip-sqlite
13241330
Scenario: Regex search/replace with `--regex-limit=1` option
13251331
Given a WP install
13261332
And I run `wp post create --post_content="I have a pen, I have an apple. Pen, pine-apple, apple-pen."`
@@ -1331,6 +1337,8 @@ Feature: Do global search/replace
13311337
I have a pen, I have an orange. Pen, pine-apple, apple-pen.
13321338
"""
13331339

1340+
# See https://github.com/wp-cli/search-replace-command/issues/190
1341+
@skip-sqlite
13341342
Scenario: Regex search/replace with `--regex-limit=2` option
13351343
Given a WP install
13361344
And I run `wp post create --post_content="I have a pen, I have an apple. Pen, pine-apple, apple-pen."`
@@ -1341,6 +1349,8 @@ Feature: Do global search/replace
13411349
I have a pen, I have an orange. Pen, pine-orange, apple-pen.
13421350
"""
13431351

1352+
# See https://github.com/wp-cli/search-replace-command/issues/190
1353+
@skip-sqlite
13441354
Scenario: Regex search/replace with incorrect or default `--regex-limit`
13451355
Given a WP install
13461356
When I try `wp search-replace '(Hello)\s(world)' '$2, $1' --regex --regex-limit=asdf`

0 commit comments

Comments
 (0)