Skip to content

Commit 600d336

Browse files
committed
Use a fixed version for the archive utils (otherwise tests will start failing on next minor)
1 parent e7deb81 commit 600d336

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_archive_utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ const execPromise = promisify(exec);
1818
import { SavedObjectsBulkCreateObject } from '@kbn/core-saved-objects-api-server';
1919
import { SavedObjectsType } from '@kbn/core-saved-objects-server';
2020
import {
21-
currentVersion,
2221
defaultKibanaIndex,
2322
getKibanaMigratorTestKit,
2423
startElasticsearch,
2524
} from './kibana_migrator_test_kit';
2625
import { delay } from './test_utils';
2726
import { 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';
3029
export const BASELINE_DOCUMENTS_PER_TYPE_1K = 200;
3130
export const BASELINE_DOCUMENTS_PER_TYPE_500K = 100_000;
3231
// we discard the second half with exclude on upgrade (firstHalf !== true)

0 commit comments

Comments
 (0)