Disable serverless alerting tests that cause errors in main (#164027)

## Summary


https://elastic.slack.com/archives/C5UDAFZQU/p1692168189310379
This commit is contained in:
Alex Szabo 2023-08-16 11:56:45 +02:00 committed by GitHub
parent 431e50554d
commit d0231b995a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;