mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -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();
|
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(() => {
|
before(() => {
|
||||||
cy.task('esArchiverLoad', { archiveName: 'exceptions' });
|
cy.task('esArchiverLoad', { archiveName: 'exceptions' });
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue