Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
126923: cli: update TestZipSpecialNames test execution conditions r=aa-joshi a=aa-joshi

Previously, `TestZipSpecialNames` test was timing it out after 15m. This change adds a low timeout for test & mark test as skipped during timeout.

Task: CRDB-39949
Fixes: cockroachdb#126501
Release note: None

Co-authored-by: Akshay Joshi <[email protected]>
  • Loading branch information
craig[bot] and aa-joshi committed Jul 12, 2024
2 parents 272308f + 25a70c9 commit 903fd71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cli/zip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ func TestZipSpecialNames(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.UnderShort(t)
skip.UnderRace(t)

dir, cleanupFn := testutils.TempDir(t)
defer cleanupFn()

Expand Down

0 comments on commit 903fd71

Please sign in to comment.