Skip to content

Commit 5fe55cc

Browse files
test(spanner): skip flaky testMetricsSingleUseQuery (#13019)
1 parent 4614cae commit 5fe55cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import java.util.stream.Collectors;
6161
import org.junit.After;
6262
import org.junit.BeforeClass;
63+
import org.junit.Ignore;
6364
import org.junit.Test;
6465
import org.junit.runner.RunWith;
6566
import org.junit.runners.JUnit4;
@@ -160,6 +161,7 @@ public void createSpannerInstance() {
160161
client = spanner.getDatabaseClient(DatabaseId.of("test-project", "i", "d"));
161162
}
162163

164+
@Ignore("Flaky test: b/510147927")
163165
@Test
164166
public void testMetricsSingleUseQuery() {
165167
Stopwatch stopwatch = Stopwatch.createStarted();

0 commit comments

Comments
 (0)