Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip more tests
  • Loading branch information
swissspidy committed Oct 23, 2023
commit 399bc144c9a2a58b6a78e79fb1f6a0645ac91673
2 changes: 2 additions & 0 deletions features/core-update-db.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Feature: Update core's database
Success: WordPress database already at latest db version 47018.
"""

# SQLite requires WordPress 6.0+.
@require-mysql
Scenario: Dry run update db on a single site
Given a WP install
And a disable_sidebar_check.php file:
Expand Down
2 changes: 2 additions & 0 deletions features/core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ Feature: Manage WordPress installation
"""
And the return code should be 1

# SQLite compat blocked by https://github.com/wp-cli/wp-cli-tests/pull/188.
@require-mysql
Scenario: Custom wp-content directory
Given a WP install
And a custom wp-content directory
Expand Down