Skip to content

Commit

Permalink
skip flaky suite (elastic#173681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 19, 2023
1 parent 1e1d959 commit b26bd78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
.set('kbn-xsrf', 'true');
};

describe('For each artifact list under management', function () {
// FLAKY: https://github.com/elastic/kibana/issues/173681
describe.skip('For each artifact list under management', function () {
targetTags(this, ['@ess', '@serverless']);

this.timeout(60_000 * 5);
Expand Down

0 comments on commit b26bd78

Please sign in to comment.