Skip to content

Commit aa75f76

Browse files
chore(spanner): skip flaky LocationAwareSharedBackendReplicaHarnessTest
LocationAwareSharedBackendReplicaHarnessTest has been identified as flaky in nightly integration runs. We are temporarily ignoring the test class while it is investigated. b/509979376
1 parent df74d14 commit aa75f76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner/LocationAwareSharedBackendReplicaHarnessTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@
5757
import org.junit.AfterClass;
5858
import org.junit.Before;
5959
import org.junit.BeforeClass;
60+
import org.junit.Ignore;
6061
import org.junit.Test;
6162
import org.junit.runner.RunWith;
6263
import org.junit.runners.JUnit4;
6364

6465
@RunWith(JUnit4.class)
66+
@Ignore("Flaky test, tracked in b/509979376")
6567
public class LocationAwareSharedBackendReplicaHarnessTest {
6668

6769
private static final String PROJECT = "fake-project";

0 commit comments

Comments
 (0)