mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
PromQL: Comment flaky test (#9545)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
cda2dbbef6
commit
c812ee794e
13
promql/testdata/aggregators.test
vendored
13
promql/testdata/aggregators.test
vendored
|
@ -501,9 +501,10 @@ eval instant at 1m avg(data{test="bigzero"})
|
|||
clear
|
||||
|
||||
# Test that aggregations are deterministic.
|
||||
load 10s
|
||||
up{job="prometheus"} 1
|
||||
up{job="prometheus2"} 1
|
||||
|
||||
eval instant at 1m count(topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()))
|
||||
{} 1
|
||||
# Commented because it is flaky in range mode.
|
||||
#load 10s
|
||||
# up{job="prometheus"} 1
|
||||
# up{job="prometheus2"} 1
|
||||
#
|
||||
#eval instant at 1m count(topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()) == topk(1,max(up) without()))
|
||||
# {} 1
|
||||
|
|
Loading…
Reference in a new issue