integration: disable TestV3AuthOldRevConcurrent

Disable TestV3AuthOldRevConcurrent for now. See
https://github.com/etcd-io/etcd/pull/10468#issuecomment-463253361
release-3.5
Jingyi Hu 2019-10-25 18:27:40 -07:00
parent 7aa6358510
commit 41539df490
1 changed files with 1 additions and 0 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)