From 7a68607ef76956cfd302603405fdc32b0fcc3148 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Fri, 13 Dec 2024 19:24:53 +0100 Subject: [PATCH] Disable all sharding tests temporarily (#1190) --- integration-tests/tests/sharding.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/tests/sharding.rs b/integration-tests/tests/sharding.rs index 91dae5ab9..806b76334 100644 --- a/integration-tests/tests/sharding.rs +++ b/integration-tests/tests/sharding.rs @@ -114,6 +114,7 @@ mod tests { #[test] #[timeout(120000)] #[flaky(5)] + #[ignore] // TEMPORARILY IGNORED AS IT IS VERY FLAKY ON CI async fn coordinated_scenario_01_01(deps: &EnvBasedTestDependencies, _tracing: &Tracing) { for _ in 0..coordinated_scenario_retries() { coordinated_scenario( @@ -182,6 +183,7 @@ mod tests { #[test] #[timeout(120000)] #[flaky(5)] + #[ignore] // TEMPORARILY IGNORED AS IT IS VERY FLAKY ON CI async fn coordinated_scenario_03_01(deps: &EnvBasedTestDependencies, _tracing: &Tracing) { for _ in 0..coordinated_scenario_retries() { coordinated_scenario( @@ -204,6 +206,7 @@ mod tests { #[test] #[timeout(120000)] #[flaky(5)] + #[ignore] // TEMPORARILY IGNORED AS IT IS VERY FLAKY ON CI async fn service_is_responsive_to_shard_changes( deps: &EnvBasedTestDependencies, _tracing: &Tracing,