Skip to content

Commit

Permalink
Disable the real flaky TestSplitKeyspaceGroup
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Shi <binshi.bing@gmail.com>
  • Loading branch information
binshi-bing committed Jun 9, 2023
1 parent b89ee86 commit b43638d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/pdctl/keyspace/keyspace_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func TestKeyspaceGroup(t *testing.T) {
}

func TestSplitKeyspaceGroup(t *testing.T) {
t.Skip("skip this super flaky split keyspace group test which impacts everyone's productivity.")
re := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down
1 change: 0 additions & 1 deletion tests/server/apiv2/handlers/tso_keyspace_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func (suite *keyspaceGroupTestSuite) TestLoadKeyspaceGroup() {
}

func (suite *keyspaceGroupTestSuite) TestSplitKeyspaceGroup() {
suite.T().Skip("skip this super flaky split keyspace group test which impacts everyone's productivity.")
re := suite.Require()
kgs := &handlers.CreateKeyspaceGroupParams{KeyspaceGroups: []*endpoint.KeyspaceGroup{
{
Expand Down

0 comments on commit b43638d

Please sign in to comment.