Skip to content

Commit b460d66

Browse files
authored
feat(bigtable): Enable MV and LV tests (googleapis#11830)
1 parent 2551567 commit b460d66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bigtable/integration_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4918,7 +4918,6 @@ func TestIntegration_DataAuthorizedView(t *testing.T) {
49184918
}
49194919

49204920
func TestIntegration_DataMaterializedView(t *testing.T) {
4921-
t.Skip("Feature not out yet")
49224921
testEnv, err := NewIntegrationEnv()
49234922
if err != nil {
49244923
t.Fatalf("IntegrationEnv: %v", err)
@@ -5036,7 +5035,6 @@ func TestIntegration_DataMaterializedView(t *testing.T) {
50365035
}
50375036

50385037
func TestIntegration_AdminLogicalView(t *testing.T) {
5039-
t.Skip("Feature not out yet")
50405038
testEnv, err := NewIntegrationEnv()
50415039
if err != nil {
50425040
t.Fatalf("IntegrationEnv: %v", err)
@@ -5149,7 +5147,6 @@ func TestIntegration_AdminLogicalView(t *testing.T) {
51495147
}
51505148

51515149
func TestIntegration_AdminMaterializedView(t *testing.T) {
5152-
t.Skip("Feature not out yet")
51535150
testEnv, err := NewIntegrationEnv()
51545151
if err != nil {
51555152
t.Fatalf("IntegrationEnv: %v", err)

0 commit comments

Comments
 (0)