Skip to content

Commit

Permalink
cli: skip TestTenantZip under deadlock
Browse files Browse the repository at this point in the history
We had some CPU profile failures under deadlock, skipping under that
scenario since that's not relevant for this test.

Resolves: #134187

Release note: None
  • Loading branch information
dhartunian committed Nov 15, 2024
1 parent 6da166b commit 86c6c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/zip_tenant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func TestTenantZip(t *testing.T) {
defer log.Scope(t).Close(t)

skip.UnderRace(t, "test too slow under race")
skip.UnderDeadlock(t, "this test takes cpu profiles")

tenants := []struct {
testName string
Expand Down

0 comments on commit 86c6c4f

Please sign in to comment.