-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chore: Skip failing integration tests #4751
chore: Skip failing integration tests #4751
Conversation
@focusaurus I already updated the |
…m:reactioncommerce/reaction into chore-pete-skip-failing-integration-tests
OK I think this should be good to merge. Now we get through all the tests cleanly just the integration ones get skipped via jest. |
Looks good to me. Do we have a CI step we can re-enable now that they are skipped? |
I think it's the same |
Integration tests have never run on CI because of a different issue. Both @jeffcorpuz and I tried getting them to work on CI but gave up. At some point we may have to re-evaluate the way the in-memory MongoDB is used. |
Impact: minor
Type: chore
Issue
Integration tests are failing with a mongo issue.
Solution
Skip the tests until @aldeed has a chance to investigate. I'll file a separate issue to track the broken tests.