Merge pull request #25110 from woocommerce/update/e2e-must-pass-optional

Move E2E tests to allowed_failures section
This commit is contained in:
Rodrigo Primo 2019-11-25 10:15:49 -03:00 committed by GitHub
commit 874381c426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ matrix:
allow_failures:
- php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
- php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"