mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] - fix Cypress not running locally (#193622)
This commit is contained in:
parent
fb9700caa0
commit
f6c5dd99c6
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
import Url from 'url';
|
||||
|
||||
import { createEsClientForFtrConfig } from '@kbn/test';
|
||||
import { TransportResult } from '@elastic/elasticsearch';
|
||||
import { FtrProviderContext } from '../common/ftr_provider_context';
|
||||
import { tiAbusechMalware } from './pipelines/ti_abusech_malware';
|
||||
|
@ -20,7 +21,7 @@ export async function SecuritySolutionConfigurableCypressTestRunner({
|
|||
}: FtrProviderContext) {
|
||||
const log = getService('log');
|
||||
const config = getService('config');
|
||||
const es = getService('es');
|
||||
const es = createEsClientForFtrConfig(config);
|
||||
|
||||
const pipelines = [tiAbusechMalware, tiAbusechMalwareBazaar, tiAbusechUrl];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue