prometheus: disable flaky TestDelayedCompaction (#515971)

This commit is contained in:
K900
2026-05-03 07:52:38 +00:00
committed by GitHub
+4
View File
@@ -198,6 +198,10 @@ buildGoModule (finalAttrs: {
checkFlags = [
# Skip for issue during TSDB compaction
"-skip=TestBlockRanges"
# both are flaky and might fail when the builder is under load
# https://github.com/prometheus/prometheus/issues/16450
"-skip=TestDelayedCompaction"
"-skip=TestHeadCompactionWhileScraping"
]
++ lib.optionals stdenv.hostPlatform.isAarch64 [
"-skip=TestEvaluations/testdata/aggregators.test"