From 4ea5f347ccd769f0e001b0ecccb7afb73b64271c Mon Sep 17 00:00:00 2001 From: rishflab Date: Wed, 6 Oct 2021 19:07:39 +1100 Subject: [PATCH] Remove flaky test This test only passes sometimes and needs to have. It fails regularly on a94c320021b05225a6cc429102ed0ea7c8a0b273, a commit which just shuffles modules around. --- .github/workflows/ci.yml | 1 - bors.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53e7d5cd..c1d4d341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: alice_manually_punishes_after_bob_dead, alice_refunds_after_restart_bob_refunded, ensure_same_swap_id, - concurrent_bobs_after_xmr_lock_proof_sent, concurrent_bobs_before_xmr_lock_proof_sent, alice_manually_redeems_after_enc_sig_learned ] diff --git a/bors.toml b/bors.toml index 245041d2..b736980f 100644 --- a/bors.toml +++ b/bors.toml @@ -17,7 +17,6 @@ status = [ "docker_tests (alice_manually_punishes_after_bob_dead)", "docker_tests (alice_refunds_after_restart_bob_refunded)", "docker_tests (ensure_same_swap_id)", - "docker_tests (concurrent_bobs_after_xmr_lock_proof_sent)", "docker_tests (concurrent_bobs_before_xmr_lock_proof_sent)", "docker_tests (alice_manually_redeems_after_enc_sig_learned)" ]