Skip to content

Commit ac2dfbc

Browse files
committed
Skip test for Windows
1 parent f7d04a4 commit ac2dfbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/testing.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Feature: Test that WP-CLI loads.
5757
sqlite
5858
"""
5959

60-
@require-sqlite
60+
# Skipped on Windows because of curl getaddrinfo() errors.
61+
@require-sqlite @skip-windows
6162
Scenario: Composer installation
6263
Given a WP install with Composer
6364

0 commit comments

Comments
 (0)