SkipNow implements testing.TB.
()
| 219 | |
| 220 | // SkipNow implements testing.TB. |
| 221 | func (*fakeT) SkipNow() { |
| 222 | panic("t.SkipNow is not implemented in testutil.RunRetry closures") |
| 223 | } |
| 224 | |
| 225 | // Skipf implements testing.TB. |
| 226 | func (*fakeT) Skipf(_ string, _ ...any) { |
no outgoing calls