diff --git a/tests/integrations/tso/client_test.go b/tests/integrations/tso/client_test.go index 204534e7ffa..e1f1de98989 100644 --- a/tests/integrations/tso/client_test.go +++ b/tests/integrations/tso/client_test.go @@ -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++ {