Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable all sharding tests temporarily #1190

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading