skip flaky suite (#171481)

This commit is contained in:
Tiago Costa 2023-11-20 19:41:11 +00:00
parent f045d9d130
commit edf8956053
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const browser = getService('browser');
const endpointTestResources = getService('endpointTestResources');
describe('When on the Trusted Apps list', function () {
// FLAKY: https://github.com/elastic/kibana/issues/171481
describe.skip('When on the Trusted Apps list', function () {
targetTags(this, ['@ess', '@serverless']);
let indexedData: IndexedHostsAndAlertsResponse;