mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +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) {
|
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…
Reference in New Issue
Block a user