-
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
[ML] Transform: Enable accessibility tests #160649
[ML] Transform: Enable accessibility tests #160649
Conversation
…rm-tests # Conflicts: # x-pack/test/accessibility/config.ts
Pinging @elastic/ml-ui (:ml) |
@@ -147,7 +147,7 @@ export default function ({ getService }: FtrProviderContext) { | |||
await a11y.testAppSnapshot(); | |||
}); | |||
|
|||
it('create pivot transform configuration step JSON editor', async () => { | |||
it.skip('create pivot transform configuration step JSON editor', async () => { |
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.
this test was crashing the browser instance in CI, presumably because a CodeEditor
instance (powered by monaco) consumes too much memory. Locally it was ok on my machine though.
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.
Locally without the skip
on the JSON editor test, it fails every time (WSL). With the skip
the rest of the tests pass.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @darnautov |
Summary
Resolves #160382
Checklist