You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skips FIPS in ML install review test for basic license (elastic#226599)
## Summary
Skips the rules installation review test when runnign with the basic
license. This test does not apply to FIPS, which is not compatible with
a basic license.
Copy file name to clipboardExpand all lines: x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/ml_disabled/index.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ import { FtrProviderContext } from '../../../../../ftr_provider_context';
Copy file name to clipboardExpand all lines: x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/ml_disabled/perform_installation/perform_installation.ts
Copy file name to clipboardExpand all lines: x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/ml_disabled/perform_upgrade/perform_upgrade.ts
Copy file name to clipboardExpand all lines: x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/ml_disabled/review_installation/review_installation.ts
0 commit comments