diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index f5b513f53f5..a8f7fb60e08 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -315,5 +315,5 @@ jobs: # Unit tests ./tests.sh --output-on-failure -L unit -j$(nproc --all) # All e2e tests, which are now supported on Mariner. - ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|lts_compatibility|raft_scenario" + ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|lts_compatibility" shell: bash