We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d423b2 commit 2cc0c70Copy full SHA for 2cc0c70
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/BuiltinMetricsIT.java
@@ -70,6 +70,7 @@
70
import org.junit.After;
71
import org.junit.Before;
72
import org.junit.ClassRule;
73
+import org.junit.Ignore;
74
import org.junit.Rule;
75
import org.junit.Test;
76
import org.junit.rules.Timeout;
@@ -78,6 +79,7 @@
78
79
import org.threeten.bp.Duration;
80
import org.threeten.bp.Instant;
81
82
+@Ignore("Temporarily disable flaky test")
83
@RunWith(JUnit4.class)
84
public class BuiltinMetricsIT {
85
@ClassRule public static TestEnvRule testEnvRule = new TestEnvRule();
0 commit comments