Skip to content

Commit

Permalink
ci: Force flaky of tests
Browse files Browse the repository at this point in the history
We are tracking the flakiness of tests [here][1], so no need to suffer
through fail-looping CI while trying to fix a PR or get it merged.

Changelog-None

[1]: http://35.239.136.52:3170/run
  • Loading branch information
cdecker committed Dec 4, 2023
1 parent f477112 commit 598b257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
BITCOIN_VERSION: "25.1"
ELEMENTS_VERSION: 22.0.2
RUST_PROFILE: release # Has to match the one in the compile step
PYTEST_OPTS: --timeout=1200
PYTEST_OPTS: --timeout=1200 --force-flaky
needs:
- compile
strategy:
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
ELEMENTS_VERSION: 22.0.2
RUST_PROFILE: release # Has to match the one in the compile step
CFG: compile-gcc
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
needs:
- compile
strategy:
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
RUST_PROFILE: release
SLOW_MACHINE: 1
TEST_DEBUG: 1
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --force-flaky
needs:
- compile
strategy:
Expand Down

0 comments on commit 598b257

Please sign in to comment.