Skip to content

Commit

Permalink
ccl/multiregion: skip TestMrSystemDatabase
Browse files Browse the repository at this point in the history
This test is flaky. See cockroachdb#98039.

Epic: None

Release note: None
  • Loading branch information
mgartner committed Mar 13, 2023
1 parent bb3871b commit d17c9b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/multiregionccl/multiregion_system_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slstorage"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
"github.com/cockroachdb/cockroach/pkg/util/envutil"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
Expand All @@ -40,6 +41,8 @@ func TestMrSystemDatabase(t *testing.T) {
defer log.Scope(t).Close(t)
defer envutil.TestSetEnv(t, "COCKROACH_MR_SYSTEM_DATABASE", "1")()

skip.WithIssue(t, 98039, "flaky test")

ctx := context.Background()

// Enable settings required for configuring a tenant's system database as multi-region.
Expand Down

0 comments on commit d17c9b9

Please sign in to comment.