Skip to content

Commit

Permalink
Merge branch 'master' into rm-file
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot[bot] authored May 12, 2023
2 parents 0a4086e + 511115f commit b8e833a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integrations/tso/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ func (suite *tsoClientTestSuite) TestDiscoverTSOServiceWithLegacyPath() {

// TestGetMinTS tests the correctness of GetMinTS.
func (suite *tsoClientTestSuite) TestGetMinTS() {
// Skip this test for the time being due to https://github.com/tikv/pd/issues/6453
// TODO: fix it #6453
suite.T().SkipNow()

var wg sync.WaitGroup
wg.Add(tsoRequestConcurrencyNumber * len(suite.clients))
for i := 0; i < tsoRequestConcurrencyNumber; i++ {
Expand Down

0 comments on commit b8e833a

Please sign in to comment.