Skip to content

Commit

Permalink
sql: skip TestQueryProgress
Browse files Browse the repository at this point in the history
This test started failing more often, so we'll skip it temporarily until
we figure it out.

Release note: None
  • Loading branch information
yuzefovich committed Jul 28, 2020
1 parent 1e01cbe commit 94ac60f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/conn_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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/util/ctxgroup"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
Expand Down Expand Up @@ -495,6 +496,8 @@ func TestQueryProgress(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 51356)

const rows, kvBatchSize = 1000, 50

defer rowexec.TestingSetScannedRowProgressFrequency(rows / 60)()
Expand Down

0 comments on commit 94ac60f

Please sign in to comment.