Skipf implements testing.TB.
(_ string, _ ...any)
| 224 | |
| 225 | // Skipf implements testing.TB. |
| 226 | func (*fakeT) Skipf(_ string, _ ...any) { |
| 227 | panic("t.Skipf is not implemented in testutil.RunRetry closures") |
| 228 | } |
| 229 | |
| 230 | // Skipped implements testing.TB. |
| 231 | func (*fakeT) Skipped() bool { |
no outgoing calls