From 7a0c254b73b47c589f53643d3845c4d368eaa69a Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Mon, 21 Mar 2022 22:25:58 +0900 Subject: [PATCH] tests/integration: re-enable TestV3AuthOldRevConcurrent --- tests/integration/v3_auth_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/v3_auth_test.go b/tests/integration/v3_auth_test.go index 4f4e53e97..741ddccb8 100644 --- a/tests/integration/v3_auth_test.go +++ b/tests/integration/v3_auth_test.go @@ -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)