Skip to content

Commit

Permalink
sql: skip TestSchemaChangeEvalContext
Browse files Browse the repository at this point in the history
Refs: cockroachdb#54775

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
yuzefovich committed Sep 25, 2020
1 parent 66a076f commit b7b7a6e
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 @@ -3742,6 +3742,7 @@ CREATE TABLE d.t (
// the backfilled columns.
func TestSchemaChangeEvalContext(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 54775, "flaky test")
defer log.Scope(t).Close(t)
const numNodes = 3
const chunkSize = 200
Expand Down

0 comments on commit b7b7a6e

Please sign in to comment.