skip flaky suite

This commit is contained in:
Jonathan Budzenski 2021-10-07 11:21:58 -05:00
parent 64f37e7414
commit 574a978227

View file

@ -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();