From e9f7cfdc9ca2b2504d5c90af9ef307842c182536 Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 28 Feb 2020 14:58:32 -0700 Subject: [PATCH] disable failing suite (#58942) (cherry picked from commit d55ddd23a149567f98880207d1c8c57ed8a90fae) --- .../lib/request_interceptors/on_request_interceptor.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts b/x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts index 5e6cf67ee8c90..ecb15269ddaea 100644 --- a/x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts +++ b/x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts @@ -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; beforeEach(async () => {