-
Story
-
Resolution: Done
-
Major
-
None
-
Proactive Architecture
-
False
-
False
-
PSAP Sprint 217, PSAP Sprint 218, PSAP Sprint 219, PSAP Sprint 220, PSAP Sprint 221
NTO's e2e tests run in a sequence. It looks like there is a race condition where the previous test has not finished rollback and application of the default "openshift-node" profile and the new tests started running. This can create test failures even though the test actually did what it was supposed to do. An example of this issue is here:
Address this issue either by either waiting for "openshift-node" profiles being Applied after every test completes or prior to starting a new test. The former seems a better option at this point.