Skip to content

Commit

Permalink
skip flaky suite (#183719)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 17, 2024
1 parent 8e294fd commit 2ef36a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('Artifacts pages', { tags: ['@ess', '@serverless', '@skipInServerlessMK

for (const testData of getArtifactsListTestsData()) {
// FLAKY: https://github.com/elastic/kibana/issues/183718
// FLAKY: https://github.com/elastic/kibana/issues/183719
describe.skip(`When on the ${testData.title} entries list`, () => {
it(`no access - should show no privileges callout`, () => {
loginWithoutAccess(`/app/security/administration/${testData.urlPath}`);
Expand Down

0 comments on commit 2ef36a6

Please sign in to comment.