-
Notifications
You must be signed in to change notification settings - Fork 146
[0.64] Fix CI #973
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
[0.64] Fix CI #973
Conversation
* comment out test * Update run-ci-e2e-tests.js * Update run-ci-e2e-tests.js
|
scripts/run-ci-e2e-tests.js
Outdated
@@ -280,12 +280,16 @@ try { | |||
exitCode = 1; | |||
throw Error(exitCode); | |||
} | |||
describe('Test: Flow check'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this now that CI is optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I can try un-commenting it and see what happens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, the CircleCI tests are optional! As such, this PR is no longer needed
Closing as this PR should no longer be needed. |
Cherry pick #945 and whatever else I need to get CI green.
=====
Please select one of the following
Summary
The
Flow Check
phase of our End to End Circle CI tests fails. This seems to be because the E2E test is installing _react-native-macosversion 0.63 instead of latest (which is missing the
Colors.darker` variable, which is how I figured that out. I haven't figured it out yet (perhaps #944 will help?), but this is blocking PRs quite a bit. Let's comment it out for nowChangelog
[Internal] [Removed] - Removed Flow check test from E2E tests temporarily
Test Plan