From 727e35693535000e7da0a5d616d9515df1246c6a Mon Sep 17 00:00:00 2001 From: Garrett Spong Date: Tue, 17 Jan 2023 15:46:08 -0700 Subject: [PATCH] Testing cypress suite against detection rules package 8.3.4-beta.1 --- x-pack/test/security_solution_cypress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/config.ts b/x-pack/test/security_solution_cypress/config.ts index c8048c0b1ba4b..1b56467b89b5d 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.3.4-beta.1`, ], }, };