Skip to content

Commit 201952b

Browse files
Merge pull request #22800 from bparees/revert
Revert "disable broken test"
2 parents 7e86a1a + 850cc52 commit 201952b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/dockerregistryclient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func TestRegistryClientAPIv2ManifestV2Schema1(t *testing.T) {
242242
doTestRegistryClientImage(t, dockerHubV2RegistryName, "schema-v1-test-repo", "v2")
243243
}
244244

245-
func DISABLEDTestRegistryClientAPIv1(t *testing.T) {
245+
func TestRegistryClientAPIv1(t *testing.T) {
246246
t.Log("openshift/schema-v1-test-repo was pushed by Docker 1.8.2")
247247
doTestRegistryClientImage(t, dockerHubV1RegistryName, "schema-v1-test-repo", "v1")
248248
}

0 commit comments

Comments
 (0)