Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ SkipIfWindows
Function
SkipIfWindows
integration/helpers/os.go:13–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
func
SkipIfWindows() {
14
15
if
IsWindows() {
16
Skip(
"the OS is Windows"
)
17
}
18
19
}
Callers
2
kubernetes_authentication_test.go
File · 0.92
wrap_for_cf_on_k8s_test.go
File · 0.92
Calls
1
IsWindows
Function · 0.85
Tested by
no test coverage detected