From 6a8a94930545628ef5920d512351d67e670dbc3e Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:53:23 -0500 Subject: [PATCH] chore(spanner): skip a test that seems to cause timeout issues (#6239) Updates: #6200 --- spanner/integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/spanner/integration_test.go b/spanner/integration_test.go index e1919413fe8..8cea296e4a6 100644 --- a/spanner/integration_test.go +++ b/spanner/integration_test.go @@ -3482,6 +3482,7 @@ func readPGSingerTable(iter *RowIterator) ([][]interface{}, error) { } func TestIntegration_StartBackupOperation(t *testing.T) { + t.Skip("https://github.com/googleapis/google-cloud-go/issues/6200") skipEmulatorTest(t) skipUnsupportedPGTest(t) t.Parallel()