mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#121968)
This commit is contained in:
parent
f10023ff16
commit
5776199294
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
};
|
||||
|
||||
describe('FOO Export import saved objects between versions', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/121968
|
||||
describe.skip('FOO Export import saved objects between versions', function () {
|
||||
before(async function () {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
await kibanaServer.uiSettings.replace({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue