mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#207423)
This commit is contained in:
parent
6a17202448
commit
f3da71672c
1 changed files with 2 additions and 1 deletions
|
@ -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'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue