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 a3bb43d commit 1c78b77Copy full SHA for 1c78b77
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableMaterializedViewIT.java
@@ -43,12 +43,14 @@
43
import org.junit.Before;
44
import org.junit.BeforeClass;
45
import org.junit.ClassRule;
46
+import org.junit.Ignore;
47
import org.junit.Rule;
48
import org.junit.Test;
49
import org.junit.runner.RunWith;
50
import org.junit.runners.JUnit4;
51
52
@RunWith(JUnit4.class)
53
+@Ignore("Skipping while debugging root cause for failures")
54
public class BigtableMaterializedViewIT {
55
@ClassRule public static final TestEnvRule testEnvRule = new TestEnvRule();
56
@Rule public final PrefixGenerator prefixGenerator = new PrefixGenerator();
0 commit comments