From 07cb84c1fa351172be9f48faf12ed580349362a6 Mon Sep 17 00:00:00 2001 From: Josh Lind Date: Thu, 24 Nov 2022 21:33:12 -0500 Subject: [PATCH] [Smoke Tests] Ignore flaky tests. --- testsuite/smoke-test/src/state_sync.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuite/smoke-test/src/state_sync.rs b/testsuite/smoke-test/src/state_sync.rs index d35d5e5ad15a6..1b6d2bf033b6b 100644 --- a/testsuite/smoke-test/src/state_sync.rs +++ b/testsuite/smoke-test/src/state_sync.rs @@ -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 @@ -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