Revert "skip flaky suite (#64310)"

This reverts commit 341ad77d2b.
This commit is contained in:
spalger 2020-04-25 22:03:54 -07:00
parent 341ad77d2b
commit 2746ca85ec

View file

@ -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<typeof kbnTestServer.createRoot>;
beforeEach(async () => {