Skip to content

Commit

Permalink
skip flaky suite (#173854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 13, 2024
1 parent 0e8ce1f commit 3e2162f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ describe('Timeline scope', { tags: ['@ess', '@serverless', '@brokenInServerless'
isNotSourcererOption(`${DEFAULT_ALERTS_INDEX}-default`);
});

describe('Modified badge', () => {
// FLAKY: https://github.com/elastic/kibana/issues/173854
describe.skip('Modified badge', () => {
it('Selecting new data view does not add a modified badge', () => {
openTimelineUsingToggle();
cy.get(SOURCERER.badgeModified).should(`not.exist`);
Expand Down

0 comments on commit 3e2162f

Please sign in to comment.