From df09bf074a29884466ceed1e8b7fe3840cffe91d Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 24 Feb 2024 08:00:15 -0800 Subject: [PATCH] Disable colored output tests --- client/client_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/client_test.go b/client/client_test.go index a3ca66d..5a43eb2 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1848,6 +1848,9 @@ func testTui_color(t *testing.T) { // For some reason, this test fails on linux. Since this test isn't critical and is expected to be // flaky, we can just skip it on linux. t.Skip() + } else if testutils.IsGithubAction() { + // For some reason this started randomly failing on GH without any associated change (likely due to some invisible change in Actions infra). Disabling while I debug this. + t.Skip() } // Setup