Skip to content

Commit

Permalink
skip flaky suite (elastic#171252)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 15, 2023
1 parent 545597f commit a39bfd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
});
Expand Down

0 comments on commit a39bfd0

Please sign in to comment.