mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
edab4afd36
commit
05adfe9bd1
1 changed files with 2 additions and 6 deletions
|
@ -20,19 +20,15 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const retry = getService('retry');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116058
|
||||
describe.skip('Export import saved objects between versions', function () {
|
||||
describe('Export import saved objects between versions', function () {
|
||||
before(async function () {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/logstash_functional');
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/getting_started/shakespeare');
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
await kibanaServer.uiSettings.replace({});
|
||||
await PageObjects.settings.navigateTo();
|
||||
await PageObjects.settings.clickKibanaSavedObjects();
|
||||
});
|
||||
|
||||
after(async () => {
|
||||
await esArchiver.unload('x-pack/test/functional/es_archives/logstash_functional');
|
||||
await esArchiver.unload('x-pack/test/functional/es_archives/getting_started/shakespeare');
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue