Skip to content

Commit

Permalink
chore(spanner): skip TestBackupSample (GoogleCloudPlatform#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Jul 20, 2021
1 parent ddaacb1 commit f270a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanner/spanner_snippets/spanner/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ func TestSample(t *testing.T) {
}

func TestBackupSample(t *testing.T) {
t.Skip("https://github.com/GoogleCloudPlatform/golang-samples/issues/2143")
if os.Getenv("GOLANG_SAMPLES_E2E_TEST") == "" {
t.Skip("GOLANG_SAMPLES_E2E_TEST not set")
}
Expand Down

0 comments on commit f270a54

Please sign in to comment.