Disable additional test as flaky on windows

Signed-off-by: Patryk Prus <p@trykpr.us>
This commit is contained in:
Patryk Prus 2025-03-17 15:29:51 -04:00
parent 2a5ed8b8a5
commit 452fd42aeb
No known key found for this signature in database
GPG Key ID: 795650115CA6A58F

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)