Skip to content

Commit

Permalink
[Smoke Tests] Ignore flaky tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Nov 25, 2022
1 parent 7e7deef commit 07cb84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsuite/smoke-test/src/state_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ async fn test_validator_sync(swarm: &mut LocalSwarm, validator_index_to_test: us
.await;
}

// Ignore this test because it's become increasingly flaky recently
// and needs to be debugged.
#[ignore]
#[tokio::test]
async fn test_validator_failure_bootstrap_outputs() {
// Create a swarm of 4 validators with state snapshot bootstrapping and output syncing
Expand All @@ -542,6 +545,9 @@ async fn test_validator_failure_bootstrap_outputs() {
test_all_validator_failures(swarm).await;
}

// Ignore this test because it's become increasingly flaky recently
// and needs to be debugged.
#[ignore]
#[tokio::test]
async fn test_validator_failure_bootstrap_execution() {
// Create a swarm of 4 validators with state snapshot bootstrapping and transaction syncing
Expand Down

0 comments on commit 07cb84c

Please sign in to comment.