tests/integration: re-enable TestV3AuthOldRevConcurrent

This commit is contained in:
Hitoshi Mitake 2022-03-21 22:25:58 +09:00
parent 4787e71921
commit 7a0c254b73

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)