Merge pull request #13828 from mitake/test-v3-auth-old-rev-concurrent

tests/integration: re-enable TestV3AuthOldRevConcurrent
This commit is contained in:
Marek Siarkowicz 2022-03-21 15:41:06 +01:00 committed by GitHub
commit 6d39359a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,6 @@ func TestV3AuthNonAuthorizedRPCs(t *testing.T) {
}
func TestV3AuthOldRevConcurrent(t *testing.T) {
t.Skip() // TODO(jingyih): re-enable the test when #10408 is fixed.
integration.BeforeTest(t)
clus := integration.NewCluster(t, &integration.ClusterConfig{Size: 1})
defer clus.Terminate(t)