add details to skipped test

This commit is contained in:
Jonathan Budzenski 2021-10-07 11:34:48 -05:00
parent ddd12161d3
commit a19a28da9c

View file

@ -17,6 +17,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const policyTestResources = getService('policyTestResources');
// FLAKY
// https://github.com/elastic/kibana/issues/114308
// https://github.com/elastic/kibana/issues/114309
describe.skip('When on the Trusted Apps list', function () {
let indexedData: IndexedHostsAndAlertsResponse;
before(async () => {