Skip to content

Commit

Permalink
skip flaky suite (#89318 , #89319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 25, 2021
1 parent bd86eae commit daea8eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/server/http/cookie_session_storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ const cookieOptions = {
path,
};

describe('Cookie based SessionStorage', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89318
// https://github.com/elastic/kibana/issues/89319
describe.skip('Cookie based SessionStorage', () => {
describe('#set()', () => {
it('Should write to session storage & set cookies', async () => {
const { server: innerServer, createRouter } = await server.setup(setupDeps);
Expand Down

0 comments on commit daea8eb

Please sign in to comment.