Skip to content

Commit

Permalink
[Security Solution][Endpoint] Re enable document signing test (#172154)
Browse files Browse the repository at this point in the history
## Summary

Re-enable document signing test

**Flaky runner**
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4096
x 100 ( all pass )

### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Signed-off-by: Ash <[email protected]>
  • Loading branch information
ashokaditya authored Nov 29, 2023
1 parent 11136b6 commit 5412584
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/170674
describe.skip('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down

0 comments on commit 5412584

Please sign in to comment.