From 46955859a222961704d9c07962d5f4ff5fb130ab Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 4 Sep 2024 23:35:17 -0400 Subject: [PATCH] Skip test that is falky on macos Seems reliable on linux, but recent PRs have had failures on macos runners. --- testjson/dotformat_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testjson/dotformat_test.go b/testjson/dotformat_test.go index e3f0c2c6..8896957c 100644 --- a/testjson/dotformat_test.go +++ b/testjson/dotformat_test.go @@ -18,7 +18,7 @@ import ( ) func TestScanTestOutput_WithDotsFormatter(t *testing.T) { - skip.If(t, runtime.GOOS == "windows") + skip.If(t, runtime.GOOS == "windows" || runtime.GOOS == "darwin") out := new(bytes.Buffer) dotfmt := &dotFormatter{