Skip to content

Commit

Permalink
Merge #80634
Browse files Browse the repository at this point in the history
80634: sql: skip TestDropColumnAfterMutations r=ajwerner a=tbg

Refs: #76843

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Apr 27, 2022
2 parents 70d1c10 + 924fed7 commit 64321e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/schema_changer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6958,6 +6958,7 @@ func TestRevertingJobsOnDatabasesAndSchemas(t *testing.T) {
// after an existing mutation on the column.
func TestDropColumnAfterMutations(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 76843, "flaky test")
defer log.Scope(t).Close(t)
ctx := context.Background()
var jobControlMu syncutil.Mutex
Expand Down

0 comments on commit 64321e7

Please sign in to comment.