Skip to content

Commit

Permalink
Merge pull request #99976 from knz/20230329-skip-test2
Browse files Browse the repository at this point in the history
Merging as per CREQ-839
  • Loading branch information
knz authored Mar 29, 2023
2 parents 2a59ae2 + 230fd2b commit 6b5b16b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func runTestSystemPrivilegesUserIDMigration(t *testing.T, numUsers int) {
defer leaktest.AfterTest(t)()
ctx := context.Background()

skip.WithIssue(t, 99974, "flaky test")

settings := cluster.MakeTestingClusterSettingsWithVersions(
clusterversion.TestingBinaryVersion,
clusterversion.ByKey(clusterversion.V23_1SystemPrivilegesTableHasUserIDColumn-1),
Expand Down

0 comments on commit 6b5b16b

Please sign in to comment.