Skip to content

Commit

Permalink
Disable flaky test_poa_multiple_producers test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-ch committed Oct 14, 2024
1 parent a35827d commit 0858e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/poa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ mod p2p {
// Then starts second_producer that uses the first one as a reserved peer.
// second_producer should not produce blocks while the first one is producing
// after the first_producer stops, second_producer should start producing blocks
#[ignore = "seems to be flaky, issue: https://github.com/FuelLabs/fuel-core/issues/2351"]
#[tokio::test(flavor = "multi_thread")]
async fn test_poa_multiple_producers() {
const SYNC_TIMEOUT: u64 = 30;
Expand Down

0 comments on commit 0858e4b

Please sign in to comment.