skip flaky suite (#192459)

This commit is contained in:
Tiago Costa 2025-04-01 04:43:46 +01:00
parent 96598fc019
commit b87374e466
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -42,7 +42,8 @@ import {
} from '../../../screens/search_bar';
import { TOASTER } from '../../../screens/alerts_detection_rules';
describe('KPI visualizations in Alerts Page', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/192459
describe.skip('KPI visualizations in Alerts Page', { tags: ['@ess', '@serverless'] }, () => {
const ruleConfigs = getNewRule();
beforeEach(() => {
deleteAlertsAndRules();