mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[TriggersActionsUi] disable jest config in CI (#145186)
This PR disables the jest config on CI for `triggers_actions_ui` plugin as it has been failing regularly during the entire day. We are not sure about what is the problem but when running this test suite the CI is logging `console.error` multiple times across many test files warning around tests not being properly wrapped or using unsupported syntax. Those should be fixed by the owning teams and I've opened an issue for that at https://github.com/elastic/kibana/issues/145188
This commit is contained in:
parent
a67776b365
commit
105e54fe96
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
"x-pack/plugins/triggers_actions_ui/jest.config.js",
|
||||
"x-pack/plugins/watcher/jest.config.js"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue