Remove the broken test case (#5396)

This commit is contained in:
hongming
2022-12-05 10:50:57 +08:00
committed by GitHub
parent 0ca413cea3
commit d739c693c1

View File

@@ -102,24 +102,6 @@ func TestRegistryerListRepoTags(t *testing.T) {
},
},
},
{
name: "Should fetch config from public registry with credential",
secret: buildSecret("dockerhub.qingcloud.com", "guest", "guest", false),
image: "dockerhub.qingcloud.com/calico/cni",
expectErr: false,
repositoryTags: RepositoryTags{
Registry: "dockerhub.qingcloud.com",
Tags: []string{
"v1.11.4",
"v3.1.3",
"v3.3.2",
"v3.3.3",
"v3.3.6",
"v3.7.3",
"v3.8.4",
},
},
},
}
for _, testCase := range testCases {