Skip to content

Commit

Permalink
skip flaky suite (#167405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 11, 2023
1 parent 0610832 commit 976088d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group1/_shared_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('shared links with state in sessionStorage', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/167405
describe.skip('shared links with state in sessionStorage', async () => {
let teardown: () => Promise<void>;
before(async function () {
teardown = await setup({ storeStateInSessionStorage: true });
Expand Down

0 comments on commit 976088d

Please sign in to comment.