Skip to content

Commit 631d99e

Browse files
craig[bot]dhartunian
andcommitted
Merge #150856
150856: server: skip TestCheckRestartSafe tests r=dhartunian a=dhartunian Co-authored-by: David Hartunian <[email protected]>
2 parents 372eebd + d5a4dfb commit 631d99e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/server/api_v2_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
"github.com/cockroachdb/cockroach/pkg/server/serverpb"
2727
"github.com/cockroachdb/cockroach/pkg/testutils"
2828
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
29+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
2930
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
3031
"github.com/cockroachdb/cockroach/pkg/util/log"
3132
"github.com/cockroachdb/cockroach/pkg/util/metric"
@@ -337,6 +338,8 @@ func TestCheckRestartSafe_Criticality(t *testing.T) {
337338
defer leaktest.AfterTest(t)()
338339
defer log.Scope(t).Close(t)
339340

341+
skip.WithIssue(t, 150810)
342+
340343
ctx := context.Background()
341344

342345
testCluster := serverutils.StartCluster(t, 3, base.TestClusterArgs{})
@@ -433,6 +436,8 @@ func TestCheckRestartSafe_AllowMinimumQuorum_Pass(t *testing.T) {
433436
defer leaktest.AfterTest(t)()
434437
defer log.Scope(t).Close(t)
435438

439+
skip.WithIssue(t, 150365)
440+
436441
ctx := context.Background()
437442
var err error
438443

@@ -472,6 +477,8 @@ func TestCheckRestartSafe_AllowMinimumQuorum_Fail(t *testing.T) {
472477
defer leaktest.AfterTest(t)()
473478
defer log.Scope(t).Close(t)
474479

480+
skip.WithIssue(t, 149534)
481+
475482
ctx := context.Background()
476483
var err error
477484

@@ -505,6 +512,8 @@ func TestCheckRestartSafe_Integration(t *testing.T) {
505512
defer leaktest.AfterTest(t)()
506513
defer log.Scope(t).Close(t)
507514

515+
skip.WithIssue(t, 150811)
516+
508517
ctx := context.Background()
509518
var err error
510519

0 commit comments

Comments
 (0)