Skip to content

Commit

Permalink
chore(spanner): temporarily skip spanner tests (#10071)
Browse files Browse the repository at this point in the history
Updates #10070
Updates #10069
  • Loading branch information
noahdietz committed Apr 30, 2024
1 parent 81a369f commit bb47185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spanner/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3987,6 +3987,7 @@ func TestClient_WithoutCustomBatchTimeout(t *testing.T) {
}

func TestClient_CallOptions(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/10069")
t.Parallel()
co := &vkit.CallOptions{
CreateSession: []gax.CallOption{
Expand Down
1 change: 1 addition & 0 deletions spanner/sessionclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ func TestBatchCreateSessions_ServerReturnsLessThanRequestedSessions(t *testing.T
}

func TestBatchCreateSessions_ServerExhausted(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/10070")
t.Parallel()

numChannels := 4
Expand Down

0 comments on commit bb47185

Please sign in to comment.