-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove error for invalid dvc.yaml if no dvc.yaml file #3514
Conversation
} | ||
|
||
expect(messageSpy).to.be.calledWithExactly(expectedTableData) | ||
}).timeout(WEBVIEW_TEST_TIMEOUT) |
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.
[F] This one seems like a genuine cross-platform failure
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.
Nope, just me using resolves
for the stub instead or returns
. I had an await
for it that I removed after the lint stage before pushing my changes, so local tests passed, but they were not doing what they should have and were changed before committing.
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.
I think it's unrelated to the pr, but shouldn't we be able to create a dvc.yaml if a user doesn't have one?
Screen.Recording.2023-03-21.at.7.36.27.AM.mov
Yes thanks, there was definitely a regression there. |
Fixed |
Left a |
Code Climate has analyzed commit c50ded5 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 85.7% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.0% (0.0% change). View more on Code Climate. |
Fixes #3511
Screen.Recording.2023-03-20.at.4.48.30.PM.mov