From 3f751e642ccf434180b90993fc71dc864239bbf5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 15 Nov 2024 16:33:39 +1030 Subject: [PATCH] CI: disable force flaky which is just slowing things down. Signed-off-by: Rusty Russell --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8fe881db1331..b940e1bb6964 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -238,7 +238,7 @@ jobs: timeout-minutes: 120 env: RUST_PROFILE: release # Has to match the one in the compile step - PYTEST_OPTS: --timeout=1200 --force-flaky + PYTEST_OPTS: --timeout=1200 needs: - compile strategy: @@ -345,7 +345,7 @@ jobs: env: RUST_PROFILE: release # Has to match the one in the compile step CFG: compile-gcc - PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky + PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 needs: - compile strategy: @@ -414,7 +414,7 @@ jobs: RUST_PROFILE: release SLOW_MACHINE: 1 TEST_DEBUG: 1 - PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky + PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 needs: - compile strategy: @@ -478,7 +478,7 @@ jobs: timeout-minutes: 120 env: RUST_PROFILE: release # Has to match the one in the compile step - PYTEST_OPTS: --timeout=1200 --force-flaky + PYTEST_OPTS: --timeout=1200 needs: - compile strategy: