add: no skip in short mode for TestSummaryDecay
Signed-off-by: Ivan Goncharov <i.morph@gmail.com>
This commit is contained in:
parent
7877776aa6
commit
6d099da971
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue