skip flaky suite (#171252)

This commit is contained in:
Tiago Costa 2023-11-15 16:28:54 +00:00
parent 545597fdbb
commit a39bfd0794
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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' });
}); });