@@ -403,21 +403,24 @@ Feature: Test that WP-CLI Behat steps work as expected
403403 | {SUITE_CACHE_DIR }/test .txt | https ://www .iana .org /robots .txt |
404404 Then the {SUITE_CACHE_DIR}/test.txt file should exist
405405
406- @require-wp @require-composer
406+ # Skipped on Windows because of curl getaddrinfo() errors.
407+ @require-wp @require-composer @skip-windows
407408 Scenario : Test WP installation with Composer
408409 Given a WP installation with Composer
409410 Then the composer.json file should exist
410411 And the vendor directory should exist
411412 When I run `wp core version`
412413 Then STDOUT should not be empty
413414
414- @require-wp @require-composer
415+ # Skipped on Windows because of curl getaddrinfo() errors.
416+ @require-wp @require-composer @skip-windows
415417 Scenario : Test WP installation with Composer and custom vendor directory
416418 Given a WP installation with Composer and a custom vendor directory 'custom-vendor'
417419 Then the composer.json file should exist
418420 And the custom-vendor directory should exist
419421
420- @require-wp @require-composer
422+ # Skipped on Windows because of curl getaddrinfo() errors.
423+ @require-wp @require-composer @skip-windows
421424 Scenario : Test dependency on current wp-cli
422425 Given a WP installation with Composer
423426 And a dependency on current wp-cli
0 commit comments