Skip to content

Commit

Permalink
skip src/core/server/integration_tests/ui_settings/jest.integration.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 17, 2022
1 parent c5239d3 commit ce2741a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/disabled_jest_configs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"x-pack/plugins/triggers_actions_ui/jest.config.js",
"x-pack/plugins/watcher/jest.config.js"
"x-pack/plugins/watcher/jest.config.js",
"src/core/server/integration_tests/ui_settings/jest.integration.config.js"
]
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export async function pickTestGroupRunOrder() {
? globby.sync(['**/jest.integration.config.js', '!**/__fixtures__/**'], {
cwd: process.cwd(),
absolute: false,
ignore: DISABLED_JEST_CONFIGS,
})
: [];

Expand Down

0 comments on commit ce2741a

Please sign in to comment.