mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
Disable additional test as flaky on windows
Signed-off-by: Patryk Prus <p@trykpr.us>
This commit is contained in:
parent
2a5ed8b8a5
commit
452fd42aeb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user