From d0231b995aa7b8cbb65c150104cfd0c45c35e6f9 Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Wed, 16 Aug 2023 11:56:45 +0200 Subject: [PATCH] Disable serverless alerting tests that cause errors in main (#164027) ## Summary https://elastic.slack.com/archives/C5UDAFZQU/p1692168189310379 --- .../api_integration/test_suites/common/alerting/rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/alerting/rules.ts b/x-pack/test_serverless/api_integration/test_suites/common/alerting/rules.ts index 86fdf7afb842..c263a6f540c3 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/alerting/rules.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/alerting/rules.ts @@ -34,7 +34,7 @@ export default function ({ getService }: FtrProviderContext) { const esClient = getService('es'); const esDeleteAllIndices = getService('esDeleteAllIndices'); - describe('Alerting rules', () => { + describe.skip('Alerting rules', () => { const RULE_TYPE_ID = '.es-query'; const ALERT_ACTION_INDEX = 'alert-action-es-query'; let actionId: string;