You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test suite is currently failing from the public codebase for this GE, and the tests should be run on CI. The standard testing framework is failing because it is attempting to connect to an external service Keystone . The IDM at that endpoint does not support the current Keyrock/version endpoint which is being used as a heartbeat, hence the test does not run successfully.
The Unit tests should be self-contained and runnable without reference to an external service
A test suite is currently failing from the public codebase for this GE, and the tests should be run on CI. The standard testing framework is failing because it is attempting to connect to an external service Keystone . The IDM at that endpoint does not support the current Keyrock
/version
endpoint which is being used as a heartbeat, hence the test does not run successfully.The Unit tests should be self-contained and runnable without reference to an external service
Related: PR #78 , Issue: #74 , #50
Running tests on CI is a TSC SHOULD requirement
The text was updated successfully, but these errors were encountered: