skip failing test suite (#183638)

This commit is contained in:
Kibana Machine 2025-02-08 03:10:29 +11:00
parent cf849efcbd
commit 61a9b611a3

View file

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