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
Is your feature request related to a problem? Please describe.
Our tests are currently running ~20m for E2E and will take longer as we add more features. We should parallelize the testing with ginkgo -p so that we creates tests with this in mind. Currently, it seems there is some failure that is hard to track down when running this. It's possible there is some pointer that is polluting the isolation between test cases.
Describe the solution you'd like
Use ginkgo -p to cutdown on the runtime of E2E testing
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Our tests are currently running ~20m for E2E and will take longer as we add more features. We should parallelize the testing with
ginkgo -p
so that we creates tests with this in mind. Currently, it seems there is some failure that is hard to track down when running this. It's possible there is some pointer that is polluting the isolation between test cases.Describe the solution you'd like
Use
ginkgo -p
to cutdown on the runtime of E2E testingThe text was updated successfully, but these errors were encountered: