diff --git a/integration/v3_auth_test.go b/integration/v3_auth_test.go index 76c73b0ec1c3..d627fbe800a9 100644 --- a/integration/v3_auth_test.go +++ b/integration/v3_auth_test.go @@ -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)