Skip to content

Commit

Permalink
testutils: skip TestRestart
Browse files Browse the repository at this point in the history
Informs #104740

Release note: None

Epic: none
  • Loading branch information
msbutler committed Jun 13, 2023
1 parent 2271419 commit f63868e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/testutils/testcluster/testcluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package testcluster

import (
"context"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"strconv"
"testing"
"time"
Expand Down Expand Up @@ -272,6 +273,7 @@ func TestStopServer(t *testing.T) {

func TestRestart(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 104740)

stickyEngineRegistry := server.NewStickyInMemEnginesRegistry()
defer stickyEngineRegistry.CloseAllStickyInMemEngines()
Expand Down

0 comments on commit f63868e

Please sign in to comment.