Merge pull request #10468 from jingyih/remove_auth_loop

etcdserver: remove infinite loop for auth in raftRequest
This commit is contained in:
Hitoshi Mitake
2019-10-29 00:11:40 +09:00
committed by GitHub
2 changed files with 2 additions and 6 deletions

View File

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