Skip to content

Commit 55280a2

Browse files
committed
Skip some more tests on Windows
1 parent 090f106 commit 55280a2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

features/core-download.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ Feature: Download WordPress
386386
"""
387387
And the return code should be 1
388388

389+
@skip-windows
390+
Scenario: Fail if path can't be created (root-level-directory)
391+
Given an empty directory
392+
389393
When I try `wp core download --path=/root-level-directory`
390394
Then STDERR should contain:
391395
"""

features/core.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ Feature: Manage WordPress installation
301301
http://localhost:8001
302302
"""
303303
304+
@skip-windows
304305
Scenario: Test output in a multisite install with custom base path
305306
Given a WP install
306307

0 commit comments

Comments
 (0)