From ac2c239e8d172c2fb109e7d004cf0a08e416ee62 Mon Sep 17 00:00:00 2001 From: spalger Date: Sat, 25 Apr 2020 22:04:01 -0700 Subject: [PATCH] Revert "disable flaky suite (#64382) (#64381) (#64480)" This reverts commit 387c581e9b94d6cc3b6476413966ea7ba56038bc. --- 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 ceda06f55ec3..2f26bc140910 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>;