prometheus: disable flaky TestDelayedCompaction (#515971)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user