Skip to content

Commit

Permalink
test(spanner): skip TestIntegration_StartBackupOperation test with PG…
Browse files Browse the repository at this point in the history
… dialect because of timeouts. (#5724)

Co-authored-by: Rahul Yadav <[email protected]>
  • Loading branch information
rahul2393 and rahul2393 authored Mar 4, 2022
1 parent 4ca8fea commit d98518f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanner/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3483,6 +3483,7 @@ func readPGSingerTable(iter *RowIterator) ([][]interface{}, error) {

func TestIntegration_StartBackupOperation(t *testing.T) {
skipEmulatorTest(t)
skipUnsupportedPGTest(t)
t.Parallel()

startTime := time.Now()
Expand Down

0 comments on commit d98518f

Please sign in to comment.