Skip to content

Commit bb47185

Browse files
authored
chore(spanner): temporarily skip spanner tests (#10071)
Updates #10070 Updates #10069
1 parent 81a369f commit bb47185

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

spanner/client_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,6 +3987,7 @@ func TestClient_WithoutCustomBatchTimeout(t *testing.T) {
39873987
}
39883988

39893989
func TestClient_CallOptions(t *testing.T) {
3990+
t.Skip("https://github.com/googleapis/google-cloud-go/issues/10069")
39903991
t.Parallel()
39913992
co := &vkit.CallOptions{
39923993
CreateSession: []gax.CallOption{

spanner/sessionclient_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ func TestBatchCreateSessions_ServerReturnsLessThanRequestedSessions(t *testing.T
424424
}
425425

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

429430
numChannels := 4

0 commit comments

Comments
 (0)