-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
Always spawn a process for cli #1198
Conversation
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
@@ -1,7 +1,8 @@ | |||
import { join } from 'path'; | |||
import { run } from 'yeoman-test'; | |||
|
|||
describe('init generator', () => { | |||
// fixme: unstable |
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.
Is this a flaky test? Seems to pass locally.
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.
Locally but on Travis it times out
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.
Maybe we can increase the timeout for these tests?
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.
Make a PR and let's see
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.
Sure thing 👍
What kind of change does this PR introduce?
feature
closes #1084
Did you add tests for your changes?
no
If relevant, did you update the documentation?
no
Summary
Always spawn a process for cli
Does this PR introduce a breaking change?
no