-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fix and re-enable Vega test to be consistent with development/CI #110971
Fix and re-enable Vega test to be consistent with development/CI #110971
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
merge conflict between base and head |
@@ -116,7 +116,7 @@ describe('VegaVisualizations', () => { | |||
}); | |||
|
|||
// SKIP: https://github.com/elastic/kibana/issues/83385 |
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.
think skip comment should be removed
@@ -83,7 +83,7 @@ describe('VegaVisualizations', () => { | |||
}); | |||
|
|||
// SKIP: https://github.com/elastic/kibana/issues/83385 |
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.
the same
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.
LGTM
@elasticmachine merge upstream |
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
Code review only, LGTM. Let's see how it goes :)
…stic#110971) * Fix and re-enable Vega test to be consistent with development/CI * Remove skip comments Co-authored-by: Kibana Machine <[email protected]>
…0971) (#112384) * Fix and re-enable Vega test to be consistent with development/CI * Remove skip comments Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Closes #83385
Summary
Updated and re-enabled
vega_visualization.test.js
.Checklist
For maintainers