Skip to content

Commit 1130df8

Browse files
committed
Skip some tests using raw MySQL queries
1 parent 45d4f3a commit 1130df8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/site-empty.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Feature: Empty a WordPress site of its data
22

3+
@require-mysql
34
Scenario: Empty a site
45
Given a WP installation
56
And I run `wp option update uploads_use_yearmonth_folders 0`

features/site-option.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Feature: Manage WordPress site options
127127
"""
128128
And the return code should be 1
129129
130+
@require-mysql
130131
Scenario: Filter options by `--site_id`
131132
Given a WP multisite installation
132133

0 commit comments

Comments
 (0)