Skip to content

Commit

Permalink
skip flaky suite (#170667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 8, 2023
1 parent ec0d850 commit 85aa333
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/170667
describ.skip(
'Uninstall agent from host when agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {
Expand Down

0 comments on commit 85aa333

Please sign in to comment.