diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/monitoring.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/monitoring.ts index 95d2a08a57d33..a86db4a8c27e4 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/monitoring.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/monitoring.ts @@ -14,7 +14,8 @@ import { FtrProviderContext } from '../../../../common/ftr_provider_context'; export default function monitoringAlertTests({ getService }: FtrProviderContext) { const supertest = getService('supertest'); - describe('monitoring', () => { + // Failing: See https://github.com/elastic/kibana/issues/193072 + describe.skip('monitoring', () => { const objectRemover = new ObjectRemover(supertest); after(async () => await objectRemover.removeAll());