File tree Expand file tree Collapse file tree
src/core/server/integration_tests/saved_objects/migrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,14 @@ const execPromise = promisify(exec);
1818import { SavedObjectsBulkCreateObject } from '@kbn/core-saved-objects-api-server' ;
1919import { SavedObjectsType } from '@kbn/core-saved-objects-server' ;
2020import {
21- currentVersion ,
2221 defaultKibanaIndex ,
2322 getKibanaMigratorTestKit ,
2423 startElasticsearch ,
2524} from './kibana_migrator_test_kit' ;
2625import { delay } from './test_utils' ;
2726import { baselineTypes , getBaselineDocuments } from './kibana_migrator_test_kit.fixtures' ;
2827
29- export const BASELINE_ELASTICSEARCH_VERSION = currentVersion ;
28+ export const BASELINE_ELASTICSEARCH_VERSION = '9.0.0' ;
3029export const BASELINE_DOCUMENTS_PER_TYPE_1K = 200 ;
3130export const BASELINE_DOCUMENTS_PER_TYPE_500K = 100_000 ;
3231// we discard the second half with exclude on upgrade (firstHalf !== true)
You can’t perform that action at this time.
0 commit comments