Skip implements testing.TB.
(_ ...any)
| 214 | |
| 215 | // Skip implements testing.TB. |
| 216 | func (*fakeT) Skip(_ ...any) { |
| 217 | panic("t.Skip is not implemented in testutil.RunRetry closures") |
| 218 | } |
| 219 | |
| 220 | // SkipNow implements testing.TB. |
| 221 | func (*fakeT) SkipNow() { |
no outgoing calls