Commit d40fbff
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>1 parent ff06fc2 commit d40fbff
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1584 | 1584 | | |
1585 | 1585 | | |
1586 | 1586 | | |
1587 | | - | |
1588 | | - | |
1589 | | - | |
1590 | 1587 | | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | 1593 | | |
| |||
0 commit comments