Skip to content

Commit

Permalink
[Security Solution][Endpoint] Enable process operations e2e tests (#1…
Browse files Browse the repository at this point in the history
…82651)

## Summary

Re-enable skipped test that were failing due to fleet server error.
closes /issues/170563

<details><summary>error log</summary>
<img
src="https://github.com/elastic/kibana/assets/1849116/87cb6935-6250-4b46-988d-12443d2b6082"/>
</details>

#### flaky runner
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5852
x 50 (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
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed

---------

Signed-off-by: Ash <[email protected]>
  • Loading branch information
ashokaditya authored May 6, 2024
1 parent a24ab6a commit da85fd8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_

const AGENT_BEAT_FILE_PATH_SUFFIX = '/components/agentbeat';

// FLAKY: https://github.com/elastic/kibana/issues/170563
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit da85fd8

Please sign in to comment.