Skip to content

Commit 850cc52

Browse files
committed
Revert "disable broken test"
This reverts commit 8bfec95.
1 parent 21f1917 commit 850cc52

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)