Skip to content

Commit 5c53ed7

Browse files
committed
CI: disable --force-flaky.
This should help us fix the flakes. Dealing with them was a major headache at the end of the last release (and they covered up real bugs!). Signed-off-by: Rusty Russell <[email protected]>
1 parent fa10323 commit 5c53ed7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
timeout-minutes: 120
243243
env:
244244
RUST_PROFILE: release # Has to match the one in the compile step
245-
PYTEST_OPTS: --timeout=1200 --force-flaky
245+
PYTEST_OPTS: --timeout=1200
246246
needs:
247247
- compile
248248
strategy:
@@ -349,7 +349,7 @@ jobs:
349349
env:
350350
RUST_PROFILE: release # Has to match the one in the compile step
351351
CFG: compile-gcc
352-
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
352+
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
353353
needs:
354354
- compile
355355
strategy:
@@ -418,7 +418,7 @@ jobs:
418418
RUST_PROFILE: release
419419
SLOW_MACHINE: 1
420420
TEST_DEBUG: 1
421-
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
421+
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
422422
needs:
423423
- compile
424424
strategy:
@@ -482,7 +482,7 @@ jobs:
482482
timeout-minutes: 120
483483
env:
484484
RUST_PROFILE: release # Has to match the one in the compile step
485-
PYTEST_OPTS: --timeout=1200 --force-flaky
485+
PYTEST_OPTS: --timeout=1200
486486
needs:
487487
- compile
488488
strategy:

0 commit comments

Comments
 (0)