Skip to content

Commit 0cba4f7

Browse files
committed
skip some tests
1 parent 093947e commit 0cba4f7

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

features/comment.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Feature: Manage WordPress comments
289289
"""
290290
And the return code should be 0
291291

292+
@skip-windows
292293
Scenario: Approving/unapproving comments with multidigit comment ID
293294
Given I run `wp comment delete $(wp comment list --field=ID)`
294295
And I run `wp comment generate --count=10 --quiet`
@@ -343,6 +344,7 @@ Feature: Manage WordPress comments
343344
"""
344345
And the return code should be 0
345346

347+
@skip-windows
346348
Scenario: Spam/unspam comments with multidigit comment ID
347349
Given I run `wp comment delete $(wp comment list --field=ID)`
348350
And I run `wp comment generate --count=10 --quiet`
@@ -392,6 +394,7 @@ Feature: Manage WordPress comments
392394
"""
393395
And the return code should be 0
394396

397+
@skip-windows
395398
Scenario: Trash/untrash comments with multidigit comment ID
396399
Given I run `wp comment delete $(wp comment list --field=ID) --force`
397400
And I run `wp comment generate --count=10 --quiet`

features/site.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Feature: Manage sites in a multisite installation
3838
http://first.example.com
3939
"""
4040

41+
@skip-windows
4142
Scenario: Delete a site by id
4243
Given a WP multisite subdirectory install
4344

@@ -77,6 +78,7 @@ Feature: Manage sites in a multisite installation
7778
When I try the previous command again
7879
Then the return code should be 1
7980

81+
@skip-windows
8082
Scenario: Filter site list
8183
Given a WP multisite install
8284

@@ -212,6 +214,7 @@ Feature: Manage sites in a multisite installation
212214
"""
213215
And the return code should be 1
214216

217+
@skip-windows
215218
Scenario: Get site info
216219
Given a WP multisite install
217220

features/user-import-csv.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Feature: Import users from CSV
103103
}
104104
"""
105105

106+
@skip-windows
106107
Scenario: Import users from a CSV file generated by `wp user list`
107108
Given a WP install
108109

0 commit comments

Comments
 (0)