skip flaky suite (#207423)

This commit is contained in:
Tiago Costa 2025-01-29 21:19:55 +00:00
parent 6a17202448
commit f3da71672c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

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(
// FLAKY: https://github.com/elastic/kibana/issues/207423
describe.skip(
'Uninstall agent from host when agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {