mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite
This commit is contained in:
parent
64f37e7414
commit
574a978227
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const endpointTestResources = getService('endpointTestResources');
|
||||
const policyTestResources = getService('policyTestResources');
|
||||
|
||||
describe('When on the Trusted Apps list', function () {
|
||||
// FLAKY
|
||||
describe.skip('When on the Trusted Apps list', function () {
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
before(async () => {
|
||||
const endpointPackage = await policyTestResources.getEndpointPackage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue