mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Disable serverless alerting tests that cause errors in main (#164027)
## Summary https://elastic.slack.com/archives/C5UDAFZQU/p1692168189310379
This commit is contained in:
parent
431e50554d
commit
d0231b995a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue