Skip to content

Commit

Permalink
add: no skip in short mode for TestSummaryDecay
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Goncharov <[email protected]>
  • Loading branch information
imorph committed Nov 3, 2024
1 parent 7877776 commit 6d099da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prometheus/summary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ func TestSummaryVecConcurrency(t *testing.T) {
}

func TestSummaryDecay(t *testing.T) {
if testing.Short() {
t.Skip("Skipping test in short mode.")
}

now := time.Now()

sum := NewSummary(SummaryOpts{
Expand Down

0 comments on commit 6d099da

Please sign in to comment.