Skip to content

Commit

Permalink
skip flaky suite (#64310)
Browse files Browse the repository at this point in the history
(cherry picked from commit 341ad77)
  • Loading branch information
spalger committed Apr 25, 2020
1 parent 65384d4 commit 515856e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/server/http/integration_tests/core_services.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof kbnTestServer.createRoot>;
beforeEach(async () => {
Expand Down

0 comments on commit 515856e

Please sign in to comment.