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

Commit 0303f53

Browse files
committed
enable test
1 parent 9469367 commit 0303f53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableMaterializedViewIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@
4343
import org.junit.Before;
4444
import org.junit.BeforeClass;
4545
import org.junit.ClassRule;
46-
import org.junit.Ignore;
4746
import org.junit.Rule;
4847
import org.junit.Test;
4948
import org.junit.runner.RunWith;
5049
import org.junit.runners.JUnit4;
5150

5251
@RunWith(JUnit4.class)
53-
@Ignore("Skipping while debugging root cause for failures")
5452
public class BigtableMaterializedViewIT {
5553
@ClassRule public static final TestEnvRule testEnvRule = new TestEnvRule();
5654
@Rule public final PrefixGenerator prefixGenerator = new PrefixGenerator();

0 commit comments

Comments
 (0)