tsdb: mark TestTombstoneCleanRetentionLimitsRace test as slow

It takes over 100 seconds to execute this test, so I'd consider it as
slow.

Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
This commit is contained in:
Mateusz Gozdek 2021-10-15 12:23:48 +02:00 committed by Julien Pivotto
parent c0c5f3227b
commit 2f312ff4c5
1 changed files with 4 additions and 0 deletions

View File

@ -1202,6 +1202,10 @@ func TestTombstoneCleanFail(t *testing.T) {
// and retention limit policies, when triggered at the same time,
// won't race against each other.
func TestTombstoneCleanRetentionLimitsRace(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
opts := DefaultOptions()
var wg sync.WaitGroup