Skip to content
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

test: Fix failing tests on master #5687

Merged
merged 4 commits into from
Apr 17, 2018
Merged

test: Fix failing tests on master #5687

merged 4 commits into from
Apr 17, 2018

Conversation

BYK
Copy link
Member

@BYK BYK commented Apr 17, 2018

Summary

We had an integration test relying on a specific version of a package without coding that version
into the test.

We also had some tests using snapshots with test.concurrent which are not safe to use per jestjs/jest#1630 (comment). These were randomly failing, mostly on AppVeyor.

This PR fixes tests failing on master as of now.

Test plan

CI should pass.

**Summary**

We had an integration test relying on a specific version of a package without coding that version
into the test. This PR fixes that and fixes tests failing on master as of now.

**Test plan**

CI should pass.
Copy link
Contributor

@rally25rs rally25rs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming the CI tests pass... 👍

edit

And then they didn't... 👎 😢

@BYK BYK changed the title test: Fix failing test on master after a release of a new package test: Fix failing tests on master Apr 17, 2018
@arcanis arcanis merged commit bf05ad3 into master Apr 17, 2018
@BYK BYK deleted the fix-tests branch April 17, 2018 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants