From 2746ca85ec2845369c14dfbc0ef10ecb035c4f91 Mon Sep 17 00:00:00 2001 From: spalger Date: Sat, 25 Apr 2020 22:03:54 -0700 Subject: [PATCH] Revert "skip flaky suite (#64310)" This reverts commit 341ad77d2becf324e99fe7a3505aa4d3adb7b43b. --- src/core/server/http/integration_tests/core_services.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 606bc592587c..7b1630a7de0b 100644 --- a/src/core/server/http/integration_tests/core_services.test.ts +++ b/src/core/server/http/integration_tests/core_services.test.ts @@ -39,8 +39,7 @@ const cookieOptions = { isSecure: false, }; -// FLAKY: https://github.com/elastic/kibana/issues/64310 -describe.skip('http service', () => { +describe('http service', () => { describe('auth', () => { let root: ReturnType; beforeEach(async () => {