Skip to content

Commit

Permalink
Merge #70155
Browse files Browse the repository at this point in the history
70155: ccl/backupccl: skip TestRestoreOldVersions r=irfansharif a=jbowens

Refs: #70154

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Jackson Owens <[email protected]>
  • Loading branch information
craig[bot] and jbowens committed Sep 13, 2021
2 parents 18b4daf + 05dcc30 commit 19b1766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/backupccl/restore_old_versions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import (
//
func TestRestoreOldVersions(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 70154, "flaky test")
defer log.Scope(t).Close(t)
const (
testdataBase = "testdata/restore_old_versions"
Expand Down

0 comments on commit 19b1766

Please sign in to comment.