Skip to content

Commit

Permalink
Disable TestGetMinTS since it's not stable (tikv#6459)
Browse files Browse the repository at this point in the history
ref tikv#6453

Disable TestGetMinTS due to tikv#6453

Signed-off-by: Bin Shi <binshi.bing@gmail.com>
  • Loading branch information
binshi-bing authored and rleungx committed Aug 2, 2023
1 parent 80ea8e9 commit 09c80ba
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 09c80ba

Please sign in to comment.