googleapis / google-cloud-ruby

Google Cloud Client Library for Ruby
https://googleapis.github.io/google-cloud-ruby/
Apache License 2.0
1.35k stars 543 forks source link

Fix test throwing Deadline Exceeded Error instead of Unimplemented error #18275

Open NivedhaSenthil opened 2 years ago

NivedhaSenthil commented 2 years ago

Pubsub client library test that check for Error message UnimplementedError when a wrong domain is given fails giving DeadlineExceededError due to a regression in GRPC 1.46.2. https://github.com/grpc/grpc/issues/29706

Skipping the test for now to unblock other PRs. Update the test back when the dependencies issue is fixed.

NivedhaSenthil commented 10 months ago

Updating to internal cleanup, as this is not a bug in repo