Skip to content

Commit

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

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

0 comments on commit 387c581

Please sign in to comment.