Skip to content

Commit 1c78b77

Browse files
authored
Update BigtableMaterializedViewIT.java (#2606)
1 parent a3bb43d commit 1c78b77

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/admin/v2/it/BigtableMaterializedViewIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@
4343
import org.junit.Before;
4444
import org.junit.BeforeClass;
4545
import org.junit.ClassRule;
46+
import org.junit.Ignore;
4647
import org.junit.Rule;
4748
import org.junit.Test;
4849
import org.junit.runner.RunWith;
4950
import org.junit.runners.JUnit4;
5051

5152
@RunWith(JUnit4.class)
53+
@Ignore("Skipping while debugging root cause for failures")
5254
public class BigtableMaterializedViewIT {
5355
@ClassRule public static final TestEnvRule testEnvRule = new TestEnvRule();
5456
@Rule public final PrefixGenerator prefixGenerator = new PrefixGenerator();

0 commit comments

Comments
 (0)