Skip to content

Commit

Permalink
multiregionccl: reenable TestMrSystemDatabase
Browse files Browse the repository at this point in the history
I stressed this for a long time on many cores and it did not fail.

Epic: none

Fixes: #98039

Release note: None
  • Loading branch information
ajwerner committed Apr 3, 2023
1 parent 2e56a48 commit 1740018
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/ccl/multiregionccl/multiregion_system_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand All @@ -39,8 +38,6 @@ func TestMrSystemDatabase(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

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 1740018

Please sign in to comment.