p4: remove skips (#58808)

remove skips that got in from previous PR
This commit is contained in:
William Bezuidenhout 2023-12-06 17:57:48 +02:00 committed by GitHub
parent 0905fa15cf
commit 30dea0d09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -162,7 +162,6 @@ func TestExternalService_BitbucketServer(t *testing.T) {
}
func TestExternalService_Perforce(t *testing.T) {
t.Skip("disabled pending p4 trust fix")
for _, tc := range []struct {
name string
depot string

View File

@ -21,7 +21,6 @@ const (
)
func TestSubRepoPermissionsPerforce(t *testing.T) {
t.Skip("disabled pending p4 trust fix")
checkPerforceEnvironment(t)
enableSubRepoPermissions(t)
cleanup := createPerforceExternalService(t, testPermsDepot, false)