Skip to content

Commit

Permalink
sql: skip TestQueryCache
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed Jun 20, 2023
1 parent 76da6c7 commit d22a964
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/plan_opt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/parser"
"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/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand Down Expand Up @@ -112,6 +113,8 @@ func TestQueryCache(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 105174, "flaky test")

// Grouping the parallel subtests into a non-parallel subtest allows the defer
// call above to work as expected.
t.Run("group", func(t *testing.T) {
Expand Down

0 comments on commit d22a964

Please sign in to comment.