Skip to content

Commit

Permalink
skip flaky suite (#168296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 10, 2023
1 parent deabe63 commit 14585c1
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 14585c1

Please sign in to comment.