mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-05 02:41:03 +01:00
Merge pull request #17302 from prometheus/release-3.7
Merge release-3.7 back into main.
This commit is contained in:
commit
1caac94026
@ -1988,7 +1988,7 @@ func TestDelayedCompaction(t *testing.T) {
|
|||||||
|
|
||||||
for _, c := range cases {
|
for _, c := range cases {
|
||||||
t.Run(c.name, func(t *testing.T) {
|
t.Run(c.name, func(t *testing.T) {
|
||||||
if c.compactionDelay > 0 && runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
t.Skip("Time imprecision on windows makes the test flaky, see https://github.com/prometheus/prometheus/issues/16450")
|
t.Skip("Time imprecision on windows makes the test flaky, see https://github.com/prometheus/prometheus/issues/16450")
|
||||||
}
|
}
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user