Merge pull request #6039 from vrothberg/enable-search-tests

Enable search tests
This commit is contained in:
OpenShift Merge Robot
2020-04-29 17:04:22 +02:00
committed by GitHub
6 changed files with 36 additions and 29 deletions

View File

@@ -68,7 +68,6 @@ registries = ['{{.Host}}:{{.Port}}']`
registryFileTwoTmpl := template.Must(template.New("registryFileTwo").Parse(regFileContents2))
BeforeEach(func() {
Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)