Skip to content
Snippets Groups Projects
Commit 8eedfe55 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3426666: Allow failure on `phpunit (next major)` tests to ensure that...

Issue #3426666: Allow failure on `phpunit (next major)` tests to ensure that project homepage only shows a failing pipeline contrib fails
parent 10c0945e
No related branches found
No related tags found
1 merge request!1029Issue #3426666 allow failure on next major
Pipeline #119688 failed
......@@ -143,6 +143,7 @@ composer (previous minor):
- !reference [composer, after_script]
composer (next major):
allow_failure: true
before_script:
# Remove the one core patch we currently apply. We can do this because it does
# not affect Package Manager or Automatic Updates at all. We should remove this
......@@ -210,7 +211,7 @@ phpunit (previous minor):
- !reference [phpunit, rules]
phpunit (next major):
allow_failure: false
allow_failure: true
parallel:
matrix:
- MODULE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment