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

Method Skip

testutil/retry.go:216–218  ·  view source on GitHub ↗

Skip implements testing.TB.

(_ ...any)

Source from the content-addressed store, hash-verified

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

Callers 15

TestListChatProvidersFunction · 0.80
TestCreateChatProviderFunction · 0.80
TestUpdateChatProviderFunction · 0.80
TestDeleteChatProviderFunction · 0.80
TestPatchChatMessageFunction · 0.80
TestWorkspaceFilterFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestListChatProvidersFunction · 0.64
TestCreateChatProviderFunction · 0.64
TestUpdateChatProviderFunction · 0.64
TestDeleteChatProviderFunction · 0.64
TestPatchChatMessageFunction · 0.64
TestWorkspaceFilterFunction · 0.64