Skip to content

Commit

Permalink
Revert removal of skip in trusted apps
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Oct 11, 2022
1 parent 8c47f79 commit dda9990
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: https://github.com/elastic/kibana/issues/114309
describe.skip('When on the Trusted Apps list', function () {
let indexedData: IndexedHostsAndAlertsResponse;
before(async () => {
const endpointPackage = await policyTestResources.getEndpointPackage();
Expand Down

0 comments on commit dda9990

Please sign in to comment.