Skip to content

Commit

Permalink
Merge pull request #13828 from mitake/test-v3-auth-old-rev-concurrent
Browse files Browse the repository at this point in the history
tests/integration: re-enable TestV3AuthOldRevConcurrent
  • Loading branch information
serathius authored Mar 21, 2022
2 parents 4787e71 + 7a0c254 commit 6d39359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/v3_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d39359

Please sign in to comment.