Merge pull request #7047 from edsantiago/ci_login_flake_fix

CI: attempt to fix flake in login test
This commit is contained in:
OpenShift Merge Robot
2020-07-22 20:48:02 +02:00
committed by GitHub

View File

@ -152,6 +152,8 @@ var _ = SynchronizedBeforeSuite(func() []byte {
return []byte(path)
}, func(data []byte) {
cwd, _ := os.Getwd()
INTEGRATION_ROOT = filepath.Join(cwd, "../../")
LockTmpDir = string(data)
})