mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#167405)
This commit is contained in:
parent
abc0d8d097
commit
338068bea8
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue