Skip to content

Commit 9031048

Browse files
committed
skip flaky suite (elastic#222257)
1 parent 3a23a20 commit 9031048

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/customization_enabled/customization

1 file changed

+2
-1
lines changed

x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/customization_enabled/customization/customize_via_bulk_editing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default ({ getService }: FtrProviderContext): void => {
2121
const securitySolutionApi = getService('securitySolutionApi');
2222
const log = getService('log');
2323

24-
describe('@ess @serverless @skipInServerless Customize via bulk editing', () => {
24+
// FLAKY: https://github.com/elastic/kibana/issues/222257
25+
describe.skip('@ess @serverless @skipInServerless Customize via bulk editing', () => {
2526
before(async () => {
2627
await deleteAllRules(supertest, log);
2728
await deleteAllPrebuiltRuleAssets(es, log);

0 commit comments

Comments
 (0)