Skip to content

Commit

Permalink
[TriggersActionsUi] disable jest config in CI (#145186)
Browse files Browse the repository at this point in the history
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
#145188
  • Loading branch information
mistic authored Nov 14, 2022
1 parent a67776b commit 105e54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/disabled_jest_configs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"x-pack/plugins/triggers_actions_ui/jest.config.js",
"x-pack/plugins/watcher/jest.config.js"
]

0 comments on commit 105e54f

Please sign in to comment.