Skip to content

Commit

Permalink
Disable unsupported newly added test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Aug 6, 2024
1 parent 83cabf6 commit 8fa615d
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 260 deletions.
5 changes: 3 additions & 2 deletions pkg/streamingpromql/testdata/upstream/aggregators.test
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,9 @@ load 10s
data{test="nan",group="2",point="a"} 2
data{test="nan",group="2",point="b"} NaN

eval instant at 1m sum(data{test="ten"})
{} 10
# Unsupported by streaming engine.
# eval instant at 1m sum(data{test="ten"})
# {} 10

eval instant at 1m sum by (group) (data{test="pos_inf"})
{group="1"} Inf
Expand Down
Loading

0 comments on commit 8fa615d

Please sign in to comment.