From 10e1416486be03b052765dc35ea99073d69c4b91 Mon Sep 17 00:00:00 2001 From: Evgeny Snitko Date: Thu, 18 Jul 2024 13:23:19 +0400 Subject: [PATCH] remove double --- .github/workflows/tests-linux-stable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests-linux-stable.yml b/.github/workflows/tests-linux-stable.yml index 9ee84c97e6ee..5cf7723c7838 100644 --- a/.github/workflows/tests-linux-stable.yml +++ b/.github/workflows/tests-linux-stable.yml @@ -107,9 +107,7 @@ jobs: nextest --no-report --workspace --locked --release --no-fail-fast - --features try-runtime,experimental,riscv,ci-only-tests - --workspace --locked --release --no-fail-fast - --features try-runtime,experimental,riscv,ci-only-tests + --features try-runtime,experimental,riscv,ci-only-tests -E " !test(/.*benchmark.*/) - test(/recovers_from_only_chunks_if_pov_large::case_1/)