diff --git a/pkg/mcp/mcp_test.go b/pkg/mcp/mcp_test.go index 347123bf..792f2573 100644 --- a/pkg/mcp/mcp_test.go +++ b/pkg/mcp/mcp_test.go @@ -12,7 +12,7 @@ import ( func TestWatchKubeConfig(t *testing.T) { if runtime.GOOS != "linux" && runtime.GOOS != "darwin" { - t.Skip("Skipping test on non-linux platforms") + t.Skip("Skipping test on non-Unix-like platforms") } testCase(t, func(c *mcpContext) { // Given