Skip to content

Commit

Permalink
integrationi: disable TestV3AuthOldRevConcurrent
Browse files Browse the repository at this point in the history
Disable TestV3AuthOldRevConcurrent for now. See
#10468 (comment)
  • Loading branch information
jingyih committed Oct 26, 2019
1 parent 7aa6358 commit 9226477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/v3_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9226477

Please sign in to comment.