mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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:
parent
c0c5f3227b
commit
2f312ff4c5
|
@ -1202,6 +1202,10 @@ func TestTombstoneCleanFail(t *testing.T) {
|
||||||
// and retention limit policies, when triggered at the same time,
|
// and retention limit policies, when triggered at the same time,
|
||||||
// won't race against each other.
|
// won't race against each other.
|
||||||
func TestTombstoneCleanRetentionLimitsRace(t *testing.T) {
|
func TestTombstoneCleanRetentionLimitsRace(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping test in short mode.")
|
||||||
|
}
|
||||||
|
|
||||||
opts := DefaultOptions()
|
opts := DefaultOptions()
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue