From b489ec4fc73fe6b72c20ba1521148ddb994d9f05 Mon Sep 17 00:00:00 2001 From: spalger Date: Sat, 25 Apr 2020 22:04:33 -0700 Subject: [PATCH] Revert "disable flaky suite (#64382) (#64381) (#64480)" This reverts commit 65384d466e1642dd9d397fc3b26713b9c3b3aa6e. --- src/core/public/application/integration_tests/router.test.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/public/application/integration_tests/router.test.tsx b/src/core/public/application/integration_tests/router.test.tsx index ceda06f55ec30..2f26bc1409104 100644 --- a/src/core/public/application/integration_tests/router.test.tsx +++ b/src/core/public/application/integration_tests/router.test.tsx @@ -27,8 +27,7 @@ import { createRenderer, createAppMounter, createLegacyAppMounter, getUnmounter import { AppStatus } from '../types'; import { ScopedHistory } from '../scoped_history'; -// FLAKY: https://github.com/elastic/kibana/issues/64382 -describe.skip('AppContainer', () => { +describe('AppContainer', () => { let mounters: MockedMounterMap; let globalHistory: History; let appStatuses$: BehaviorSubject>;