Skip to content

Commit

Permalink
skip flaky suite (elastic#171644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Jan 10, 2025
1 parent d0d82e6 commit 3e058cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const clickArtifactTab = (tabId: string) => {
cy.get(`#${tabId}`).click();
};

describe(
// FLAKY: https://github.com/elastic/kibana/issues/171644
describe.skip(
'Artifact tabs in Policy Details page',
{ tags: ['@ess', '@serverless', '@skipInServerlessMKI'] },
() => {
Expand Down

0 comments on commit 3e058cb

Please sign in to comment.