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 3b41e28 commit 86b54beCopy full SHA for 86b54be
pkg/mcp/mcp_test.go
@@ -12,7 +12,7 @@ import (
12
13
func TestWatchKubeConfig(t *testing.T) {
14
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
15
- t.Skip("Skipping test on non-linux platforms")
+ t.Skip("Skipping test on non-Unix-like platforms")
16
}
17
testCase(t, func(c *mcpContext) {
18
// Given
0 commit comments