Skip to content

Commit

Permalink
Run problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 27, 2024
1 parent 76f3d80 commit 3c8c2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

run-flaky-test:
# to debug a flaky test set `if` to true and configure the flaky test in the `run` step
if: ${{ false }}
if: ${{ true }}
timeout-minutes: 60
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
attempt=1
while true; do
echo "Running test attempt #$attempt"
if ! cargo nextest run -p e2e local_node --test-threads 1 --failure-output final --run-ignored ignored-only; then
if ! cargo nextest run -p driver accepts_new_settle_requests_after_timeout --no-capture --run-ignored ignored-only; then
exit 1
fi
attempt=$((attempt+1))
Expand Down

0 comments on commit 3c8c2f3

Please sign in to comment.