Skip to content

Commit

Permalink
ccl/backupccl: skip TestRestoreOldVersions
Browse files Browse the repository at this point in the history
Refs: #70154

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
jbowens committed Sep 13, 2021
1 parent 386e099 commit 05dcc30
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 05dcc30

Please sign in to comment.