Skip to content

Commit 10b750e

Browse files
committed
[BREAK UPSTREAM] disable static and behat test
1 parent 2e0d0f8 commit 10b750e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -230,24 +230,24 @@ workflows:
230230
build_deploy_and_test:
231231
jobs:
232232
- configure_env_vars
233-
- static_tests
233+
# - static_tests
234234
- build_php
235235
- deploy_to_pantheon:
236236
requires:
237-
- static_tests
237+
# - static_tests
238238
- build_php
239-
- visual_regression_test:
240-
requires:
241-
- configure_env_vars
242-
- deploy_to_pantheon
243-
filters:
244-
branches:
245-
ignore:
246-
- master
247-
- behat_test:
248-
requires:
249-
- deploy_to_pantheon
250-
- visual_regression_test
239+
# - visual_regression_test:
240+
# requires:
241+
# - configure_env_vars
242+
# - deploy_to_pantheon
243+
# filters:
244+
# branches:
245+
# ignore:
246+
# - master
247+
# - behat_test:
248+
# requires:
249+
# - deploy_to_pantheon
250+
# - visual_regression_test
251251

252252
scheduled_update_check:
253253
triggers:

0 commit comments

Comments
 (0)