Skip to content

Commit 90a9ed2

Browse files
committed
Skip some tests on SQLite
1 parent a86e46d commit 90a9ed2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/language-plugin.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ Feature: Manage translation files for a WordPress install
220220
And STDOUT should be empty
221221
And the return code should be 0
222222

223-
@require-wp-4.0
223+
# An empty plugin directory breaks SQLite integration, which uses a plugin.
224+
@require-wp-4.0 @require-mysql
224225
Scenario: Not providing plugin slugs should throw an error unless --all given
225226
Given a WP install
226227
And I run `wp plugin path`
@@ -385,7 +386,8 @@ Feature: Manage translation files for a WordPress install
385386
And STDERR should be empty
386387

387388

388-
@require-wp-4.0
389+
# An empty plugin directory breaks SQLite integration, which uses a plugin.
390+
@require-wp-4.0 @require-mysql
389391
Scenario: Install translations for all installed plugins
390392
Given a WP install
391393
And I run `wp plugin path`

0 commit comments

Comments
 (0)