Skip to content
Snippets Groups Projects
Commit cc700863 authored by Jonathan Smith's avatar Jonathan Smith Committed by Jonathan Smith
Browse files

Issue #3359998 by jonathan1055: Temporarily skip Drush tests in GitLab CI

parent 6f61cba1
No related branches found
No related tags found
2 merge requests!146Issue #3248470 by jonathan1055: Rules Integration tests fail because Typed...,!145Issue #3248470 by jonathan1055: Rules Integration tests fail because Typed...
Pipeline #11596 failed
......@@ -66,5 +66,6 @@ phpunit:
parallel:
matrix:
# Run test groups in parallel. This also speeds up identification of failing tests.
- _PHPUNIT_EXTRA: [ "--group scheduler", "--group scheduler_api", "--group scheduler_drush", "--group scheduler_rules_integration" ]
# @todo put back "--group scheduler_drush" when https://www.drupal.org/i/3359998 is solved.
- _PHPUNIT_EXTRA: [ "--group scheduler", "--group scheduler_api", "--group scheduler_rules_integration" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment