skip flaky test (#36540)

This commit is contained in:
Samsondeen 2025-02-20 09:40:13 +01:00 committed by GitHub
parent 95d6c3da41
commit 85db2264db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)()