Skip to content

Commit 25aee5f

Browse files
authored
test(bigtable): skip another broken test (#13454)
skip directive associates the problem with #12415
1 parent 8eba8b8 commit 25aee5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigtable/integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5344,6 +5344,7 @@ func TestIntegration_AdminLogicalView(t *testing.T) {
53445344
}
53455345

53465346
func TestIntegration_AdminMaterializedView(t *testing.T) {
5347+
t.Skip("broken https://github.com/googleapis/google-cloud-go/issues/12415")
53475348
testEnv, err := NewIntegrationEnv()
53485349
if err != nil {
53495350
t.Fatalf("IntegrationEnv: %v", err)

0 commit comments

Comments
 (0)