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;