Skip to content

Commit

Permalink
updated cypress config and fleet packages reference to test prereleas…
Browse files Browse the repository at this point in the history
…e package again
  • Loading branch information
terrancedejesus committed Jan 19, 2023
1 parent a423a3b commit d18d9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fleet_packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
{
"name": "security_detection_engine",
"version": "8.4.2"
"version": "8.4.2-beta.1"
}
]
2 changes: 1 addition & 1 deletion x-pack/test/security_solution_cypress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
],
},
};
Expand Down

0 comments on commit d18d9ae

Please sign in to comment.