Skip to content

Commit

Permalink
[7.17] Fix migrations archive paths (elastic#127615)
Browse files Browse the repository at this point in the history
* [7.17] Fix migrations archive paths

* update archive

* rm 8.1.1 manifest
  • Loading branch information
jbudz authored Mar 14, 2022
1 parent 1004810 commit 515e351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ const { startES } = kbnTestServer.createTestServers({
settings: {
es: {
license: 'basic',
dataArchive: Path.join(__dirname, './archives', '7.7.2_xpack_100k_obj.zip'),
dataArchive: Path.join(
__dirname,
'../../integration_tests/archives',
'7.7.2_xpack_100k_obj.zip'
),
esArgs: ['http.max_content_length=10Kb'],
},
},
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 515e351

Please sign in to comment.