From 515856e616191fc4285c883f569eb11f1e3c0484 Mon Sep 17 00:00:00 2001 From: spalger Date: Sat, 25 Apr 2020 10:58:22 -0700 Subject: [PATCH] skip flaky suite (#64310) (cherry picked from commit 341ad77d2becf324e99fe7a3505aa4d3adb7b43b) --- src/core/server/http/integration_tests/core_services.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/server/http/integration_tests/core_services.test.ts b/src/core/server/http/integration_tests/core_services.test.ts index 7b1630a7de0be..606bc592587cc 100644 --- a/src/core/server/http/integration_tests/core_services.test.ts +++ b/src/core/server/http/integration_tests/core_services.test.ts @@ -39,7 +39,8 @@ const cookieOptions = { isSecure: false, }; -describe('http service', () => { +// FLAKY: https://github.com/elastic/kibana/issues/64310 +describe.skip('http service', () => { describe('auth', () => { let root: ReturnType; beforeEach(async () => {