diff --git a/x-pack/test/scalability/runner.ts b/x-pack/test/scalability/runner.ts index e9468f698b22..222eaf9fba90 100644 --- a/x-pack/test/scalability/runner.ts +++ b/x-pack/test/scalability/runner.ts @@ -83,6 +83,8 @@ export async function ScalabilityTestRunner( `-Dgatling.core.outputDirectoryBaseName=${gatlingReportBaseDir}`, '-Dgatling.simulationClass=org.kibanaLoadTest.simulation.generic.GenericJourney', `-DjourneyPath=${scalabilityJsonPath}`, + // skip unloading kbn/es archives on journey finish since we shutdown instances anyway + `-DskipCleanupOnTeardown=true`, ], cwd: gatlingProjectRootPath, env: {