Skip to content

Commit

Permalink
[Security Solution] Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Dec 19, 2023
1 parent a57b5a0 commit 2a47f5e
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/173682
describe.skip('For each artifact list under management', function () {
targetTags(this, ['@ess', '@serverless']);

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

0 comments on commit 2a47f5e

Please sign in to comment.