Skip to content

Commit

Permalink
disable failing suite (#58942)
Browse files Browse the repository at this point in the history
(cherry picked from commit d55ddd2)
  • Loading branch information
spalger committed Feb 28, 2020
1 parent 4655ef9 commit e9f7cfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import * as kbnTestServer from '../../../../../../src/test_utils/kbn_server';
import { LegacyAPI } from '../../plugin';
import { elasticsearchServiceMock } from 'src/core/server/mocks';

describe('onRequestInterceptor', () => {
// FAILING: https://github.com/elastic/kibana/issues/58942
describe.skip('onRequestInterceptor', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;

beforeEach(async () => {
Expand Down

0 comments on commit e9f7cfd

Please sign in to comment.