MCPcopy Index your code
hub / github.com/coder/coder / SkipNow

Method SkipNow

testutil/retry.go:221–223  ·  view source on GitHub ↗

SkipNow implements testing.TB.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls