Skip to content

Commit

Permalink
ccl/importccl: skip TestImportPgDumpSchemas
Browse files Browse the repository at this point in the history
Refs: cockroachdb#65878

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
adityamaru committed Jun 1, 2021
1 parent af3bebb commit 04c6a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6190,6 +6190,7 @@ table_name FROM [SHOW TABLES] ORDER BY (schema_name, table_name)`,
})

t.Run("inject-error-ensure-cleanup", func(t *testing.T) {
skip.WithIssue(t, 65878, "flaky test")
defer gcjob.SetSmallMaxGCIntervalForTest()()
tc := testcluster.StartTestCluster(t, nodes, base.TestClusterArgs{ServerArgs: args})
defer tc.Stopper().Stop(ctx)
Expand Down

0 comments on commit 04c6a25

Please sign in to comment.