skip flaky suite (#167405)

This commit is contained in:
Tiago Costa 2023-10-11 18:39:34 +01:00
parent abc0d8d097
commit 338068bea8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 });