Skip to content

Commit

Permalink
Disable all sharding tests temporarily (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Dec 13, 2024
1 parent 292ab10 commit 7a68607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/tests/sharding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand All @@ -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,
Expand Down

0 comments on commit 7a68607

Please sign in to comment.