From 6d099da971b147580e843571a37facd417b2017d Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Sun, 3 Nov 2024 14:12:24 +0100 Subject: [PATCH] add: no skip in short mode for TestSummaryDecay Signed-off-by: Ivan Goncharov --- prometheus/summary_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prometheus/summary_test.go b/prometheus/summary_test.go index c3a7a3e..4402372 100644 --- a/prometheus/summary_test.go +++ b/prometheus/summary_test.go @@ -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{