Skip to content

Commit

Permalink
integration: 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 Nov 21, 2019
1 parent 5a48217 commit e1508f9
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 @@ -347,6 +347,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 e1508f9

Please sign in to comment.