kibana/x-pack/scripts/functional_tests_server.js
Spencer 64311d306f
[plugin-helpers] improve 3rd party KP plugin support (#75019)
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-08-27 14:56:48 -07:00

11 lines
428 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
process.env.ALLOW_PERFORMANCE_HOOKS_IN_TASK_MANAGER = true;
require('../../src/setup_node_env');
require('@kbn/test').startServersCli(require.resolve('../test/functional/config.js'));