Skip to content

Commit

Permalink
upgrade/upgrades: skip TestUpgradeSchemaChangerElements
Browse files Browse the repository at this point in the history
Refs: #98062

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
Miral Gadani committed Mar 14, 2023
1 parent ca5ae38 commit b03f9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/upgrade/upgrades/schemachanger_elements_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/tests"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/ctxgroup"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand All @@ -34,6 +35,7 @@ import (

func TestUpgradeSchemaChangerElements(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 98062, "flaky test")
defer log.Scope(t).Close(t)

ctx := context.Background()
Expand Down

0 comments on commit b03f9f1

Please sign in to comment.