From 6d4e8ededc0454700546a0e4a80ce724a02dbbf0 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 16 Aug 2023 15:55:12 -0400 Subject: [PATCH] Stop checking baseline-compare-and-replace in build and test workflow This is checked in the code cleanliness workflow and by failing the main build here causes the tests not to run and the tests are more important. Similar to the new api-baseline-check that doesn't run in the main workflow --- .github/workflows/build-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 778ec34e18b..7aea1a371c6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -46,7 +46,6 @@ jobs: clean verify -B -V \ -Dmaven.test.failure.ignore=true \ -DexcludedGroups=flakyTest,slowTest \ - -P baseline-compare-and-replace \ -P build-standalone-debugger-rcp \ -Ddsf.gdb.tests.timeout.multiplier=50 \ -Ddsf-gdb.skip.tests=$(test ${{ steps.filter.outputs.dsf }} == 'false' && echo 'true' || echo 'false') \