Skip to content

Commit

Permalink
server: skip TestConsumeJoinToken under race.
Browse files Browse the repository at this point in the history
Related issue: #85988.

Release note: None.
  • Loading branch information
renatolabs committed Aug 11, 2022
1 parent 5845f4b commit 8f5060b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/server/addjoin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/settings/cluster"
"github.com/cockroachdb/cockroach/pkg/sql"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
"github.com/stretchr/testify/require"
Expand All @@ -32,6 +33,7 @@ import (
func TestConsumeJoinToken(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderRaceWithIssue(t, 85988)
ctx := context.Background()
settings := cluster.MakeTestingClusterSettings()
sql.FeatureTLSAutoJoinEnabled.Override(ctx, &settings.SV, true)
Expand Down

0 comments on commit 8f5060b

Please sign in to comment.