Skip to content

Commit

Permalink
[Serverless][Security Solution][Endpoint] Re-enable execute API ftr t…
Browse files Browse the repository at this point in the history
…est (elastic#172134)

## Summary

Re-enable execute API ftr test

**Flakey runner**
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4090
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
  • Loading branch information
ashokaditya authored Nov 29, 2023
1 parent 19d9184 commit 27f9a00
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export default function ({ getService }: FtrProviderContext) {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const endpointTestResources = getService('endpointTestResources');

// FLAKY: https://github.com/elastic/kibana/issues/171667
// FLAKY: https://github.com/elastic/kibana/issues/171666
describe.skip('Endpoint `execute` response action', function () {
describe('Endpoint `execute` response action', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down

0 comments on commit 27f9a00

Please sign in to comment.