mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#167914)
This commit is contained in:
parent
7488ba8b6a
commit
20935a5aa3
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ const assertFilterControlsWithFilterObject = (
|
|||
});
|
||||
};
|
||||
|
||||
describe(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/167914
|
||||
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
deleteAlertsAndRules();
|
||||
createRule(getNewRule());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue