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)