Merge pull request #16221 from pr00se/flaky-windows-test

chore(discovery): disable additional test as flaky on windows
This commit is contained in:
Ganesh Vernekar 2025-03-18 14:23:56 -04:00 committed by GitHub
commit 9cc474194d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -434,6 +434,9 @@ func TestInvalidFileUpdate(t *testing.T) {
}
func TestUpdateFileWithPartialWrites(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("flaky test, see https://github.com/prometheus/prometheus/issues/16212")
}
t.Parallel()
runner := newTestRunner(t)