@@ -26,6 +26,7 @@ import (
26
26
"github.com/cockroachdb/cockroach/pkg/server/serverpb"
27
27
"github.com/cockroachdb/cockroach/pkg/testutils"
28
28
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
29
+ "github.com/cockroachdb/cockroach/pkg/testutils/skip"
29
30
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
30
31
"github.com/cockroachdb/cockroach/pkg/util/log"
31
32
"github.com/cockroachdb/cockroach/pkg/util/metric"
@@ -337,6 +338,8 @@ func TestCheckRestartSafe_Criticality(t *testing.T) {
337
338
defer leaktest .AfterTest (t )()
338
339
defer log .Scope (t ).Close (t )
339
340
341
+ skip .WithIssue (t , 150810 )
342
+
340
343
ctx := context .Background ()
341
344
342
345
testCluster := serverutils .StartCluster (t , 3 , base.TestClusterArgs {})
@@ -433,6 +436,8 @@ func TestCheckRestartSafe_AllowMinimumQuorum_Pass(t *testing.T) {
433
436
defer leaktest .AfterTest (t )()
434
437
defer log .Scope (t ).Close (t )
435
438
439
+ skip .WithIssue (t , 150365 )
440
+
436
441
ctx := context .Background ()
437
442
var err error
438
443
@@ -472,6 +477,8 @@ func TestCheckRestartSafe_AllowMinimumQuorum_Fail(t *testing.T) {
472
477
defer leaktest .AfterTest (t )()
473
478
defer log .Scope (t ).Close (t )
474
479
480
+ skip .WithIssue (t , 149534 )
481
+
475
482
ctx := context .Background ()
476
483
var err error
477
484
@@ -505,6 +512,8 @@ func TestCheckRestartSafe_Integration(t *testing.T) {
505
512
defer leaktest .AfterTest (t )()
506
513
defer log .Scope (t ).Close (t )
507
514
515
+ skip .WithIssue (t , 150811 )
516
+
508
517
ctx := context .Background ()
509
518
var err error
510
519
0 commit comments