Skip to content

Commit

Permalink
Revert "skip flaky suite (#64310)"
Browse files Browse the repository at this point in the history
This reverts commit 341ad77.
  • Loading branch information
spalger committed Apr 26, 2020
1 parent 341ad77 commit 2746ca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/server/http/integration_tests/core_services.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 2746ca8

Please sign in to comment.