From 04c6a251b12e72168b79f9e06d3e8206f6665424 Mon Sep 17 00:00:00 2001 From: Aditya Maru Date: Tue, 1 Jun 2021 08:46:40 -0400 Subject: [PATCH] ccl/importccl: skip TestImportPgDumpSchemas Refs: #65878 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None --- pkg/ccl/importccl/import_stmt_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ccl/importccl/import_stmt_test.go b/pkg/ccl/importccl/import_stmt_test.go index 390eaf280ed4..c37e7531b5bf 100644 --- a/pkg/ccl/importccl/import_stmt_test.go +++ b/pkg/ccl/importccl/import_stmt_test.go @@ -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)