diff --git a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts index 27c3cd2e70bee..64655e5b45a2b 100644 --- a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts +++ b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts @@ -148,7 +148,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); }); - describe('View In App', function() { + describe.skip('View In App', function() { const testRunUuid = uuid.v4(); before(async () => { await pageObjects.common.navigateToApp('triggersActions');