diff --git a/.github/workflows/nightly-v1.yml b/.github/workflows/nightly-v1.yml index 4d0eea9..4504a1f 100644 --- a/.github/workflows/nightly-v1.yml +++ b/.github/workflows/nightly-v1.yml @@ -71,7 +71,7 @@ jobs: ACCOUNT_NAME: "firebolt" FIREBOLT_BASE_URL: "api.staging.firebolt.io" run: | - pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration + pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core" - name: Save failed tests id: cache-tests-save diff --git a/.github/workflows/nightly-v2.yml b/.github/workflows/nightly-v2.yml index 7b01523..4195b4b 100644 --- a/.github/workflows/nightly-v2.yml +++ b/.github/workflows/nightly-v2.yml @@ -69,7 +69,7 @@ jobs: FIREBOLT_BASE_URL: "api.staging.firebolt.io" ACCOUNT_NAME: ${{ vars.FIREBOLT_ACCOUNT }} run: | - pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration + pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core" - name: Save failed tests id: cache-tests-save