mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171252)
This commit is contained in:
parent
545597fdbb
commit
a39bfd0794
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ const goToRulesAndOpenValueListModal = () => {
|
|||
openValueListsModal();
|
||||
};
|
||||
|
||||
describe('Use Value list in exception entry', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171252
|
||||
describe.skip('Use Value list in exception entry', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
cy.task('esArchiverLoad', { archiveName: 'exceptions' });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue