Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.16] Re-enable saved object import tests #118919

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/bwc_import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['dashboard', 'header', 'settings', 'savedObjects', 'common']);
const dashboardExpect = getService('dashboardExpect');

// https://github.com/elastic/kibana/issues/114053
describe.skip('bwc import', function describeIndexTests() {
describe('bwc import', function describeIndexTests() {
before(async function () {
await PageObjects.dashboard.initTests();
await PageObjects.settings.navigateTo();
Expand Down
3 changes: 1 addition & 2 deletions test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

// https://github.com/elastic/kibana/issues/114053
describe.skip('.json file', () => {
describe('.json file', () => {
beforeEach(async function () {
await esArchiver.load('test/functional/fixtures/es_archiver/saved_objects_imports');
await kibanaServer.uiSettings.replace({});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }) {
//in 6.4.0 bug the Saved Search conflict would be resolved and get imported but the visualization
//that referenced the saved search was not imported.( https://github.com/elastic/kibana/issues/22238)

// https://github.com/elastic/kibana/issues/114053
describe.skip('mgmt saved objects', function describeIndexTests() {
describe('mgmt saved objects', function describeIndexTests() {
before(async () => {
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
await PageObjects.settings.navigateTo();
Expand Down