-
Notifications
You must be signed in to change notification settings - Fork 3
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
Some TestDoisController test cases do not pass in CI and have been disabled #364
Comments
config defines the user pool to authenticate against, and the user (in this case, the CI workflow) needs to have an account and authenticate against that pool. Ramesh's config points to the NGAP user pool. https://github.com/unity-sds/unity-cs/wiki/Getting-Cognito-JWT-Tokens-in-Command-Line
|
@ramesh-maddegoda has set up user Should receive an email shortly. Change password here and pass on to Jordan. |
The rest of the info is here https://jpl.slack.com/archives/GCGR1R3A4/p1663347277214929 |
π Describe the bug
(Presumably) due to lack of jwt credentials in the Github Actions test environment's config file, some tests do not pass following #349
π To Reproduce
See integration tests logs
π΅οΈ Expected behavior
All branch integration tests pass.
π©Ί Test Data / Additional context
Affected tests have been disabled in CI with
@unittest.skipIf(os.environ.get("CI") == "true", "Test is currently broken in Github Actions workflow. See #364")
βοΈ Engineering Details
Need to investigate whether it's legit/simple to add jwt creds to the config, or if another approach is necessary.
The text was updated successfully, but these errors were encountered: