Skip to content

Commit 9780f67

Browse files
committed
Remove tests
1 parent 1a36bab commit 9780f67

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

features/db.feature

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -185,29 +185,6 @@ Feature: Perform database operations
185185
"""
186186
And STDOUT should not be empty
187187
188-
Scenario: db optimize with --quiet flag should only show errors
189-
Given a WP install
190-
191-
When I run `wp db optimize --quiet`
192-
Then STDOUT should not contain:
193-
"""
194-
error
195-
"""
196-
197-
198-
Scenario: db optimize can explicitly pass --silent to mysqlcheck
199-
Given a WP install
200-
201-
When I run `wp db optimize --silent`
202-
Then STDOUT should not contain:
203-
"""
204-
error
205-
"""
206-
And STDOUT should contain:
207-
"""
208-
Success: Database optimized.
209-
"""
210-
211188
Scenario: db repair with --quiet flag should only show errors
212189
Given a WP install
213190

0 commit comments

Comments
 (0)