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 committed Dec 12, 2024
1 parent 15df8d0 commit 97a9c8f
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 97a9c8f

Please sign in to comment.