Skip to content

Commit

Permalink
chore(spanner): skip a test that seems to cause timeout issues (#6239)
Browse files Browse the repository at this point in the history
Updates: #6200
  • Loading branch information
codyoss committed Jun 22, 2022
1 parent 46a9c02 commit 6a8a949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanner/integration_test.go
Expand Up @@ -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()
Expand Down

0 comments on commit 6a8a949

Please sign in to comment.