tsdb: Disable more tests on MS Windows

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2025-10-07 16:34:59 +02:00
parent 3c9605263e
commit e2aed2cd27

View file

@ -1988,7 +1988,7 @@ func TestDelayedCompaction(t *testing.T) {
for _, c := range cases {
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.Parallel()