From 193ba2384aba84e7c8ed1805144521808769baa7 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 25 Jan 2024 20:31:04 +0000 Subject: [PATCH] Revert "[DO NOT MERGE] fail fast" This reverts commit 194981c16b5dfff1367c77b9bdda79aab15b6991. --- .github/actions/run-python-test-set/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index b6ee22d13f..8dfa6c465f 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -194,7 +194,6 @@ runs: --alluredir=$TEST_OUTPUT/allure/results \ --tb=short \ --verbose \ - -x \ -rA $TEST_SELECTION $EXTRA_PARAMS if [[ "${{ inputs.save_perf_report }}" == "true" ]]; then