From 85db2264db51e47299cdb16227b4adff3a339f35 Mon Sep 17 00:00:00 2001 From: Samsondeen <40821565+dsa0x@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:40:13 +0100 Subject: [PATCH] skip flaky test (#36540) --- internal/command/test_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/command/test_test.go b/internal/command/test_test.go index a62d53623e..d728c17069 100644 --- a/internal/command/test_test.go +++ b/internal/command/test_test.go @@ -2487,6 +2487,7 @@ Success! 2 passed, 0 failed. } func TestTest_InvalidConfig(t *testing.T) { + t.Skip("TODO(dsa0x): Unable to reproduce this flakiness locally, skipping for now. Need to investigate or remove.") td := t.TempDir() testCopyDir(t, testFixturePath(path.Join("test", "invalid_config")), td) defer testChdir(t, td)()