elastic/kibana

Saved object import/export: Update tests to reflect supported import/export versions

Open

#229,863 opened on Jul 29, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)TypeScript (19,065 stars) (8,021 forks)batch import
Feature:Saved Objects ManagementTeam:Coregood first issue

Description

The ftr tests for the saved objects management plugin use archives from 7.x, which isn't officially supported anymore.

While we've made the effort to update the saved objects migration test archives, the ftr fixtures haven't seen as much attention.

For example,import_saved_objects_between_versions claims to import saved objects from 7.13 to 8.0.

Contributor guide