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
commit a95f195635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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)
})