Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: tests fail if a REANA_SERVER_URL/REANA_ACCESS_TOKEN is set in the environment #215

Open
diegodelemos opened this issue Dec 4, 2018 · 0 comments

Comments

@diegodelemos
Copy link
Member

$ ./run-tests.sh
...
... ==== 6 failed, 36 passed in 16.61 seconds ============================================================
$ env | grep -i reana
...
REANA_SERVER_URL=<server-url>
REANA_ACCESS_TOKEN=<access_token>
$ unset REANA_SERVER_URL
$ unset REANA_ACCESS_TOKEN
$ ./run-tests.sh
...
... ==== 42 passed in 10.17 seconds =================================================================================================================================================
@diegodelemos diegodelemos added this to the Someday milestone Dec 4, 2018
@diegodelemos diegodelemos removed this from the Someday milestone Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant