Functional tests for execution context propagation in alerting and task manager plugins (#111179) (#112066)

* move execution context tests to x-pack folder

* add execution context tests for alerts and tasks

* cleanup tests

* remove obsolete test folder

* use ToolingLog instead of console.log
# Conflicts:
#	scripts/functional_tests.js
#	x-pack/scripts/functional_tests.js
This commit is contained in:
Mikhail Shustov 2021-09-14 15:43:55 +03:00 committed by GitHub
parent e2d87731de
commit 6eb230d23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 715 additions and 405 deletions

View file

@ -17,5 +17,4 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/new_visualize_flow/config.ts'),
require.resolve('../test/security_functional/config.ts'),
require.resolve('../test/functional/config.legacy.ts'),
require.resolve('../test/functional_execution_context/config.ts'),
]);