We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a369f commit bb47185Copy full SHA for bb47185
2 files changed
spanner/client_test.go
@@ -3987,6 +3987,7 @@ func TestClient_WithoutCustomBatchTimeout(t *testing.T) {
3987
}
3988
3989
func TestClient_CallOptions(t *testing.T) {
3990
+ t.Skip("https://github.com/googleapis/google-cloud-go/issues/10069")
3991
t.Parallel()
3992
co := &vkit.CallOptions{
3993
CreateSession: []gax.CallOption{
spanner/sessionclient_test.go
@@ -424,6 +424,7 @@ func TestBatchCreateSessions_ServerReturnsLessThanRequestedSessions(t *testing.T
424
425
426
func TestBatchCreateSessions_ServerExhausted(t *testing.T) {
427
+ t.Skip("https://github.com/googleapis/google-cloud-go/issues/10070")
428
429
430
numChannels := 4
0 commit comments