Skip to content

Commit bc08247

Browse files
authored
[EDR Workflows] Unskip uninstall_agent_from_host.cy.ts (#210348)
It seems the reason for skipping was a temporary hiccup that is no longer occurring. Unskipping after verifying with the flaky test runner. closes #183638 closes #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
1 parent 5393a45 commit bc08247

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/tamper_protection/disabled/uninstall_agent_from_host.cy.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
2121
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
2222
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
2323

24-
// FLAKY: https://github.com/elastic/kibana/issues/207423
25-
// Failing: See https://github.com/elastic/kibana/issues/207423
26-
describe.skip(
24+
describe(
2725
'Uninstall agent from host when agent tamper protection is disabled',
2826
{ tags: ['@ess'] },
2927
() => {

0 commit comments

Comments
 (0)