mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
Merge pull request #16221 from pr00se/flaky-windows-test
chore(discovery): disable additional test as flaky on windows
This commit is contained in:
commit
9cc474194d
@ -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…
x
Reference in New Issue
Block a user