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

Issue #3413015 by jonathan1055: Suppress deprecations until Address and Commerce are fixed

parent 88a5eb91
No related branches found
No related tags found
No related merge requests found
Pipeline #80247 passed with warnings
......@@ -38,10 +38,12 @@ build:
run_tests.functional:
types: 'PHPUnit-Functional'
# testgroups: '--all'
# The groups are 'scheduler,scheduler_api,scheduler_drush,scheduler_rules_integration'
# @todo add back scheduler_drush when https://www.drupal.org/i/3359998 is solved.
testgroups: 'scheduler,scheduler_api'
# The groups are 'scheduler,scheduler_api,scheduler_drush,scheduler_rules_integration'
suppress-deprecations: false
# Suppress deprecations until 3rd-party modules (address and commerce) are fixed.
# @see https://www.drupal.org/project/scheduler/issues/3413015
suppress-deprecations: true
run_tests.kernel:
types: 'PHPUnit-Kernel'
testgroups: 'scheduler_kernel'
......@@ -49,6 +51,8 @@ build:
run_tests.js:
types: 'PHPUnit-FunctionalJavascript'
testgroups: 'scheduler_js'
suppress-deprecations: false
# Suppress deprecations until 3rd-party modules (address and commerce) are fixed.
# @see https://www.drupal.org/project/scheduler/issues/3413015
suppress-deprecations: true
concurrency: 1
halt-on-fail: false
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