Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): Skip only specific transport tests. (#11016)
Some client tests only work with certain transports, so we try to skip them. However by calling `t.Skip()` before the per-transport `t.Run()`, we skipped every remaining sub-test once we hit that condition. This changes the code to skip only the relevant transport, by skipping the testing.T for the sub-test. Co-authored-by: Chris Cotter <cjcotter@google.com>
- Loading branch information