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

Method Skipf

testutil/retry.go:226–228  ·  view source on GitHub ↗

Skipf implements testing.TB.

(_ string, _ ...any)

Source from the content-addressed store, hash-verified

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

Callers 4

TestGenerateFunction · 0.80
TestCLIFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestGenerateFunction · 0.64
TestCLIFunction · 0.64