mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#181977)
This commit is contained in:
parent
e7a04661f4
commit
cb55321ada
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ const assertFilterControlsWithFilterObject = (
|
|||
});
|
||||
};
|
||||
|
||||
describe(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/181977
|
||||
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
deleteAlertsAndRules();
|
||||
createRule(getNewRule());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue