Skip to content

Commit

Permalink
skip flaky suite (#183720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 17, 2024
1 parent 2ef36a6 commit 6ba836b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,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
// FLAKY: https://github.com/elastic/kibana/issues/183720
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 6ba836b

Please sign in to comment.