Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#171644)"
Browse files Browse the repository at this point in the history
This reverts commit 97a9c8f.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent 8f4d1ce commit bcb1787
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ const clickArtifactTab = (tabId: string) => {
cy.get(`#${tabId}`).click();
};

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

0 comments on commit bcb1787

Please sign in to comment.