skip flaky suite (#209056)

This commit is contained in:
Tiago Costa 2025-01-31 16:53:33 +00:00
parent c7416509c6
commit 0227642b4d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -23,7 +23,8 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
describe(
// FLAKY: https://github.com/elastic/kibana/issues/209056
describe.skip(
'Uninstall agent from host changing agent policy when agent tamper protection is enabled but then is switched to a policy with it disabled',
{ tags: ['@ess'] },
() => {