Skip to content

Commit 1daeddb

Browse files
committed
server: skip TestHealthAPI
part of #155052 Epic: None Release note: None
1 parent 7159307 commit 1daeddb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/server/storage_api/health_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"github.com/cockroachdb/cockroach/pkg/server/srvtestutils"
1919
"github.com/cockroachdb/cockroach/pkg/testutils"
2020
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
21+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
2122
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
2223
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
2324
"github.com/cockroachdb/cockroach/pkg/util/log"
@@ -29,6 +30,7 @@ func TestHealthAPI(t *testing.T) {
2930
defer leaktest.AfterTest(t)()
3031
defer log.Scope(t).Close(t)
3132

33+
skip.WithIssue(t, 155052)
3234
ctx := context.Background()
3335

3436
t.Run("sql", func(t *testing.T) {

0 commit comments

Comments
 (0)