Skip to content

Commit 2cc0c70

Browse files
test: temporarily disable flaky test (#2440)
Change-Id: I6d23530f0590faef67869da66da7fda0b0ffa73b
1 parent 6d423b2 commit 2cc0c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/BuiltinMetricsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
import org.junit.After;
7171
import org.junit.Before;
7272
import org.junit.ClassRule;
73+
import org.junit.Ignore;
7374
import org.junit.Rule;
7475
import org.junit.Test;
7576
import org.junit.rules.Timeout;
@@ -78,6 +79,7 @@
7879
import org.threeten.bp.Duration;
7980
import org.threeten.bp.Instant;
8081

82+
@Ignore("Temporarily disable flaky test")
8183
@RunWith(JUnit4.class)
8284
public class BuiltinMetricsIT {
8385
@ClassRule public static TestEnvRule testEnvRule = new TestEnvRule();

0 commit comments

Comments
 (0)