Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ SkipIfNotTiming
Function
SkipIfNotTiming
testutil/timing.go:16–20 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
14
var
timing bool
15
16
func
SkipIfNotTiming(t *testing.T) {
17
if
!timing {
18
t.Skip(
"skipping timing-sensitive test"
)
19
}
20
}
Callers
2
TestAgentMetadata_Timing
Function · 0.92
Test_Runner_Timing
Function · 0.92
Calls
1
Skip
Method · 0.80
Tested by
2
TestAgentMetadata_Timing
Function · 0.74
Test_Runner_Timing
Function · 0.74