Skip to content

Commit b372638

Browse files
imorphamberpixels
authored andcommitted
add: no skip in short mode for TestSummaryDecay
Signed-off-by: Ivan Goncharov <[email protected]> Signed-off-by: Eugene <[email protected]>
1 parent 46013ef commit b372638

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

prometheus/summary_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,6 @@ func TestSummaryVecConcurrency(t *testing.T) {
371371
}
372372

373373
func TestSummaryDecay(t *testing.T) {
374-
if testing.Short() {
375-
t.Skip("Skipping test in short mode.")
376-
}
377-
378374
now := time.Now()
379375

380376
sum := NewSummary(SummaryOpts{

0 commit comments

Comments
 (0)