Skip to content

Commit

Permalink
test(pubsublite): skip TestSubscribeStreamSpuriousSeekResponse (#3350)
Browse files Browse the repository at this point in the history
Will be fixed with #3329.
  • Loading branch information
codyoss committed Dec 3, 2020
1 parent fa2d76a commit cd753df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsublite/internal/wire/subscriber_test.go
Expand Up @@ -355,6 +355,7 @@ func TestSubscribeStreamDuplicateInitialResponse(t *testing.T) {
}

func TestSubscribeStreamSpuriousSeekResponse(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/3329")
subscription := subscriptionPartition{"projects/123456/locations/us-central1-b/subscriptions/my-sub", 0}
acks := newAckTracker()

Expand Down

0 comments on commit cd753df

Please sign in to comment.