Skip to content

Commit

Permalink
sql: skip TestDistSQLFlowsVirtualTables
Browse files Browse the repository at this point in the history
Refs: #75208

Reason: flaky test under race

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
lidorcarmel committed Jan 27, 2022
1 parent af4b5db commit 37ef851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/crdb_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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/testutils/sqlutils"
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
"github.com/cockroachdb/cockroach/pkg/util/ctxgroup"
Expand Down Expand Up @@ -516,6 +517,7 @@ UPDATE system.namespace SET id = 12345 WHERE id = %d;

func TestDistSQLFlowsVirtualTables(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.UnderRaceWithIssue(t, 75208, "flaky test under race")
defer log.Scope(t).Close(t)

const numNodes = 3
Expand Down

0 comments on commit 37ef851

Please sign in to comment.