Disable additional test as flaky on windows

Signed-off-by: Patryk Prus <p@trykpr.us>
pull/16221/head
Patryk Prus 3 months ago
parent 2a5ed8b8a5
commit 452fd42aeb
No known key found for this signature in database
GPG Key ID: 795650115CA6A58F
  1. 3
      discovery/file/file_test.go

@ -434,6 +434,9 @@ func TestInvalidFileUpdate(t *testing.T) {
} }
func TestUpdateFileWithPartialWrites(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() t.Parallel()
runner := newTestRunner(t) runner := newTestRunner(t)

Loading…
Cancel
Save