File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Feature: Delete WordPress plugins
6565 """
6666 And the return code should be 0
6767
68+ @skip-windows
6869 Scenario : Reports a failure for a plugin that can't be deleted
6970 Given a WP install
7071
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Feature: Manage WordPress themes and plugins
172172 And the <file_to_check> file should not exist
173173
174174 # Install <item> from a remote zip file (complex URL with GET parameters)
175- When I run `wp <type> install ' <zip_file>?AWSAccessKeyId=123&Expires=456&Signature=abcdef' `
175+ When I run `wp <type> install " <zip_file>?AWSAccessKeyId=123&Expires=456&Signature=abcdef" `
176176 Then STDOUT should contain:
177177 """
178178 <type_name> installed successfully.
You can’t perform that action at this time.
0 commit comments