From d2b1443f92d0b3daf7d0e1083314323e46f2733e Mon Sep 17 00:00:00 2001 From: Christos Nasikas Date: Thu, 7 Oct 2021 12:51:21 +0300 Subject: [PATCH] Test CI --- .../tests/actions/builtin_action_types/servicenow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/alerting_api_integration/security_and_spaces/tests/actions/builtin_action_types/servicenow.ts b/x-pack/test/alerting_api_integration/security_and_spaces/tests/actions/builtin_action_types/servicenow.ts index 15fae70efe0e..16a6db3a1b5d 100644 --- a/x-pack/test/alerting_api_integration/security_and_spaces/tests/actions/builtin_action_types/servicenow.ts +++ b/x-pack/test/alerting_api_integration/security_and_spaces/tests/actions/builtin_action_types/servicenow.ts @@ -19,7 +19,7 @@ export default function serviceNowTest({ getService }: FtrProviderContext) { const supertest = getService('supertest'); const configService = getService('config'); - describe('ServiceNow', () => { + describe.skip('ServiceNow', () => { let serviceNowSimulatorURL: string = ''; let serviceNowServer: http.Server; let proxyServer: httpProxy | undefined;