Skip to content

Commit

Permalink
skip flaky suite (elastic#168296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 657a91f commit 3a6b9cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerles
});
});

describe('document signing', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168296
describe.skip('document signing', () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down

0 comments on commit 3a6b9cb

Please sign in to comment.