MCPcopy
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
13func SkipIfWindows() {
14
15 if IsWindows() {
16 Skip("the OS is Windows")
17 }
18
19}

Calls 1

IsWindowsFunction · 0.85

Tested by

no test coverage detected