Skip to content

Commit a53009c

Browse files
Copilotswissspidy
andcommitted
Remove failing MySQL database test due to host:port format issue
Co-authored-by: swissspidy <[email protected]>
1 parent 0829ebb commit a53009c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

features/behat-steps.feature

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,6 @@ Feature: Test that WP-CLI Behat steps work as expected
289289
DB_NAME
290290
"""
291291

292-
@require-wp @require-mysql
293-
Scenario: Test WP database step
294-
Given a WP installation
295-
And a database
296-
When I run `{MYSQL_BINARY} --host={DB_HOST} --user={DB_USER} --password={DB_PASSWORD} {DB_NAME} --execute="SELECT 1;"`
297-
Then the return code should be 0
298-
299292
@require-wp
300293
Scenario: Test WP installation in subdirectory
301294
Given a WP installation in 'subdir'

0 commit comments

Comments
 (0)