Skip to content

Commit

Permalink
backupccl: skip TestBackupRestoreJobTagAndLabel under race
Browse files Browse the repository at this point in the history
This test fails under race when running in a tenant
occasionally. Requires further investigation.

Informs: cockroachdb#107336

Release note: None
  • Loading branch information
stevendanna authored and Thomas Hardy committed Jul 21, 2023
1 parent 612f595 commit d2fe2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/backupccl/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func TestBackupRestoreMultiNodeRemote(t *testing.T) {
func TestBackupRestoreJobTagAndLabel(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderRaceWithIssue(t, 107336)

const numAccounts = 1000
ctx := context.Background()
Expand Down

0 comments on commit d2fe2b7

Please sign in to comment.