Skip to content

Commit

Permalink
Disable TestGetMinTS due to tikv#6453
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 May 12, 2023
1 parent d2e73d1 commit 7f3b456
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 7f3b456

Please sign in to comment.