Skip to content

Commit

Permalink
disable flaky suite (#55953)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 28, 2020
1 parent a3e68a1 commit 0f329f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import { Feature } from '../../../../features/server';
import { spacesConfig } from '../__fixtures__';
import { securityMock } from '../../../../security/server/mocks';

describe('onPostAuthInterceptor', () => {
// FLAKY: https://github.com/elastic/kibana/issues/55953
describe.skip('onPostAuthInterceptor', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;
jest.setTimeout(30000);

Expand Down

0 comments on commit 0f329f5

Please sign in to comment.