Skip to content

Commit

Permalink
Revert "disable flaky suite (#64382) (#64381) (#64480)"
Browse files Browse the repository at this point in the history
This reverts commit 387c581.
  • Loading branch information
spalger committed Apr 26, 2020
1 parent 2746ca8 commit ac2c239
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import { createRenderer, createAppMounter, createLegacyAppMounter, getUnmounter
import { AppStatus } from '../types';
import { ScopedHistory } from '../scoped_history';

// FLAKY: https:/elastic/kibana/issues/64382
describe.skip('AppContainer', () => {
describe('AppContainer', () => {
let mounters: MockedMounterMap<EitherApp>;
let globalHistory: History;
let appStatuses$: BehaviorSubject<Map<string, AppStatus>>;
Expand Down

0 comments on commit ac2c239

Please sign in to comment.