Skip to content

Commit

Permalink
Merge #67904
Browse files Browse the repository at this point in the history
67904: ccl/sqlproxyccl: skip TestDirectoryConnect r=RaduBerinde a=RaduBerinde

Refs: #67729

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Radu Berinde <[email protected]>
  • Loading branch information
craig[bot] and RaduBerinde committed Jul 23, 2021
2 parents 5354552 + 14f1dcf commit 9fe684a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/sqlproxyccl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ go_test(
"//pkg/sql/pgwire",
"//pkg/testutils",
"//pkg/testutils/serverutils",
"//pkg/testutils/skip",
"//pkg/testutils/sqlutils",
"//pkg/testutils/testcluster",
"//pkg/util/leaktest",
Expand Down
2 changes: 2 additions & 0 deletions pkg/ccl/sqlproxyccl/proxy_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/pgwire"
"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 @@ -490,6 +491,7 @@ func TestDenylistUpdate(t *testing.T) {

func TestDirectoryConnect(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 67729, "flaky test")

ctx := context.Background()
te := newTester()
Expand Down

0 comments on commit 9fe684a

Please sign in to comment.