Skip to content

Commit

Permalink
Disable legacy dataArchive
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jan 21, 2022
1 parent 6d8daee commit ceb9880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/test/upgrade_assistant_integration/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* 2.0.
*/

import path from 'path';

export default async function ({ readConfigFile }) {
// Read the Kibana API integration tests config file so that we can utilize its services.
const kibanaAPITestsConfig = await readConfigFile(
Expand All @@ -32,7 +30,8 @@ export default async function ({ readConfigFile }) {
kbnTestServer: xPackFunctionalTestsConfig.get('kbnTestServer'),
esTestCluster: {
...xPackFunctionalTestsConfig.get('esTestCluster'),
dataArchive: path.resolve(__dirname, './fixtures/data_archives/upgrade_assistant.zip'),
// this archive can not be loaded into 8.0+
// dataArchive: path.resolve(__dirname, './fixtures/data_archives/upgrade_assistant.zip'),
},
};
}

0 comments on commit ceb9880

Please sign in to comment.