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
Currently e2e tests share control-plane cluster. We can improve CAPD e2e tests by spinning up a new cluster for each test by adding it to BeforeEach() and deleting it in AfterEach() function. By this way the clusters become independent of each other, and hence we can parallelize them.
This issue is as per the discussions in #2654.
The text was updated successfully, but these errors were encountered:
Currently e2e tests share control-plane cluster. We can improve CAPD e2e tests by spinning up a new cluster for each test by adding it to BeforeEach() and deleting it in AfterEach() function. By this way the clusters become independent of each other, and hence we can parallelize them.
This issue is as per the discussions in #2654.
The text was updated successfully, but these errors were encountered: