Skip to content

Commit

Permalink
[EDR Workflows] Unskip uninstall_agent_from_host.cy.ts (elastic#210348)
Browse files Browse the repository at this point in the history
It seems the reason for skipping was a temporary hiccup that is no
longer occurring. Unskipping after verifying with the flaky test runner.

closes elastic#183638
closes elastic#207423

Flaky test runner (x50)
✅ `main`
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7857
✅ `9.0`
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7858
✅ `8.18`
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7859
✅ `8.17`
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7860
  • Loading branch information
szwarckonrad authored Feb 12, 2025
1 parent 5393a45 commit bc08247
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,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/207423
// Failing: See https://github.com/elastic/kibana/issues/207423
describe.skip(
describe(
'Uninstall agent from host when agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {
Expand Down

0 comments on commit bc08247

Please sign in to comment.