[8.18] [EDR Workflows] Unskip uninstall_agent_from_host.cy.ts (#210348) (#210830)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[EDR Workflows] Unskip uninstall_agent_from_host.cy.ts
(#210348)](https://github.com/elastic/kibana/pull/210348)

<!--- Backport version: 9.6.4 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Konrad
Szwarc","email":"konrad.szwarc@elastic.co"},"sourceCommit":{"committedDate":"2025-02-12T13:02:00Z","message":"[EDR
Workflows] Unskip uninstall_agent_from_host.cy.ts (#210348)\n\nIt seems
the reason for skipping was a temporary hiccup that is no\nlonger
occurring. Unskipping after verifying with the flaky test
runner.\n\ncloses
https://github.com/elastic/kibana/issues/183638\ncloses
https://github.com/elastic/kibana/issues/207423\n\nFlaky test runner
(x50)\n
`main`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7857\n
`9.0`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7858\n
`8.18`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7859\n
`8.17`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7860","sha":"bc08247b7f5eb46fb3d7d1624d74bef6ba195a06","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend
Workflows","backport:version","v8.17.0","v8.18.0","v9.1.0"],"title":"[EDR
Workflows] Unskip
uninstall_agent_from_host.cy.ts","number":210348,"url":"https://github.com/elastic/kibana/pull/210348","mergeCommit":{"message":"[EDR
Workflows] Unskip uninstall_agent_from_host.cy.ts (#210348)\n\nIt seems
the reason for skipping was a temporary hiccup that is no\nlonger
occurring. Unskipping after verifying with the flaky test
runner.\n\ncloses
https://github.com/elastic/kibana/issues/183638\ncloses
https://github.com/elastic/kibana/issues/207423\n\nFlaky test runner
(x50)\n
`main`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7857\n
`9.0`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7858\n
`8.18`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7859\n
`8.17`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7860","sha":"bc08247b7f5eb46fb3d7d1624d74bef6ba195a06"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.18"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/210822","number":210822,"state":"OPEN"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210348","number":210348,"mergeCommit":{"message":"[EDR
Workflows] Unskip uninstall_agent_from_host.cy.ts (#210348)\n\nIt seems
the reason for skipping was a temporary hiccup that is no\nlonger
occurring. Unskipping after verifying with the flaky test
runner.\n\ncloses
https://github.com/elastic/kibana/issues/183638\ncloses
https://github.com/elastic/kibana/issues/207423\n\nFlaky test runner
(x50)\n
`main`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7857\n
`9.0`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7858\n
`8.18`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7859\n
`8.17`\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7860","sha":"bc08247b7f5eb46fb3d7d1624d74bef6ba195a06"}}]}]
BACKPORT-->
This commit is contained in:
Konrad Szwarc 2025-02-12 16:35:00 +01:00 committed by GitHub
parent 376d5a2bc7
commit 78a45a1ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
// Failing: See https://github.com/elastic/kibana/issues/207423
describe.skip(
describe(
'Uninstall agent from host when agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {