From d18d9ae890ee4cc510fb323fb87f608b5492ecac Mon Sep 17 00:00:00 2001 From: terrancedejesus Date: Thu, 19 Jan 2023 11:55:50 -0500 Subject: [PATCH] updated cypress config and fleet packages reference to test prerelease package again --- fleet_packages.json | 2 +- x-pack/test/security_solution_cypress/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fleet_packages.json b/fleet_packages.json index f1168f5d0557a..a258e60fcc8bc 100644 --- a/fleet_packages.json +++ b/fleet_packages.json @@ -41,6 +41,6 @@ }, { "name": "security_detection_engine", - "version": "8.4.2" + "version": "8.4.2-beta.1" } ] \ No newline at end of file diff --git a/x-pack/test/security_solution_cypress/config.ts b/x-pack/test/security_solution_cypress/config.ts index c8048c0b1ba4b..9a513c49c9fe7 100644 --- a/x-pack/test/security_solution_cypress/config.ts +++ b/x-pack/test/security_solution_cypress/config.ts @@ -53,7 +53,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) { '--xpack.cloud.id=test', `--home.disableWelcomeScreen=true`, // Specify which version of the detection-rules package to install - // `--xpack.securitySolution.prebuiltRulesPackageVersion=8.3.1`, + `--xpack.securitySolution.prebuiltRulesPackageVersion=8.4.2-beta.1`, ], }, };