We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8212b6 commit d070de8Copy full SHA for d070de8
pkg/mcp/mcp_test.go
@@ -14,7 +14,7 @@ import (
14
15
func TestWatchKubeConfig(t *testing.T) {
16
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
17
- t.Skip("Skipping test on non-linux platforms")
+ t.Skip("Skipping test on non-Unix-like platforms")
18
}
19
testCase(t, func(c *mcpContext) {
20
// Given
0 commit comments