mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#192459)
This commit is contained in:
parent
96598fc019
commit
b87374e466
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue