skip flaky suite (#183638)

This commit is contained in:
Tiago Costa 2025-02-11 22:07:24 +00:00
parent 6c01dd6329
commit 670073a0bd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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