File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
pkg/kv/kvserver/storeliveness Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ go_test(
78
78
"//pkg/testutils/datapathutils" ,
79
79
"//pkg/testutils/listenerutil" ,
80
80
"//pkg/testutils/serverutils" ,
81
+ "//pkg/testutils/skip" ,
81
82
"//pkg/testutils/testcluster" ,
82
83
"//pkg/util" ,
83
84
"//pkg/util/hlc" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import (
20
20
"github.com/cockroachdb/cockroach/pkg/storage/fs"
21
21
"github.com/cockroachdb/cockroach/pkg/testutils"
22
22
"github.com/cockroachdb/cockroach/pkg/testutils/listenerutil"
23
+ "github.com/cockroachdb/cockroach/pkg/testutils/skip"
23
24
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
24
25
"github.com/cockroachdb/cockroach/pkg/util/hlc"
25
26
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
@@ -179,6 +180,7 @@ func TestStoreLivenessAllToAllSupport(t *testing.T) {
179
180
func TestStoreLivenessRestart (t * testing.T ) {
180
181
defer leaktest .AfterTest (t )()
181
182
defer log .Scope (t ).Close (t )
183
+ skip .UnderDuressWithIssue (t , 148566 )
182
184
183
185
ctx := context .Background ()
184
186
lisReg := listenerutil .NewListenerRegistry ()
You can’t perform that action at this time.
0 commit comments