From b59f6159937777fd5209a8b9796999f3f2e9af99 Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Thu, 9 Jan 2025 14:26:20 +0000 Subject: [PATCH] Raft scenario back after 6748 --- .github/workflows/long-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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