Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 55a0362

Browse files
chore: merge main into generate-libraries-main
2 parents b46048d + 1c78b77 commit 55a0362

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)