Skip to content

Commit 21dfd8d

Browse files
[8.19] [Security Solution] Fix typo in rule deletion test tag (#250230) (#250468)
# Backport This will backport the following commits from `main` to `8.19`: - [[Security Solution] Fix typo in rule deletion test tag (#250230)](#250230) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Alainna","email":"alainnahalliday+github@gmail.com"},"sourceCommit":{"committedDate":"2026-01-26T17:08:58Z","message":"[Security Solution] Fix typo in rule deletion test tag (#250230)\n\n## Summary\n\n**Resolves: #244464**\n\nFixes a typo in the bulk rule deletion test tags.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.","sha":"e8bad1cb8441e48c9aaf931ae77cf3dea35dd8f4","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","Team: SecuritySolution","Feature:Rule Management","Team:Detection Rule Management","testing","backport:version","v9.4.0","v9.2.5","v8.19.11","v9.3.1"],"title":"[Security Solution] Fix typo in rule deletion test tag","number":250230,"url":"https://github.com/elastic/kibana/pull/250230","mergeCommit":{"message":"[Security Solution] Fix typo in rule deletion test tag (#250230)\n\n## Summary\n\n**Resolves: #244464**\n\nFixes a typo in the bulk rule deletion test tags.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.","sha":"e8bad1cb8441e48c9aaf931ae77cf3dea35dd8f4"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/250230","number":250230,"mergeCommit":{"message":"[Security Solution] Fix typo in rule deletion test tag (#250230)\n\n## Summary\n\n**Resolves: #244464**\n\nFixes a typo in the bulk rule deletion test tags.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] Review the [backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand apply applicable `backport:*` labels.","sha":"e8bad1cb8441e48c9aaf931ae77cf3dea35dd8f4"}},{"branch":"9.2","label":"v9.2.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250466","number":250466,"state":"OPEN"},{"branch":"8.19","label":"v8.19.11","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.3","label":"v9.3.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250467","number":250467,"state":"OPEN"}]}] BACKPORT-->
1 parent 89846b0 commit 21dfd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier

x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier/delete_rules_bulk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default ({ getService }: FtrProviderContext): void => {
3838
const utils = getService('securitySolutionUtils');
3939

4040
// See https://github.com/elastic/kibana/issues/130963 for discussion on deprecation
41-
describe('@ess @skipInServerlesMKI delete_rules_bulk', () => {
41+
describe('@ess @skipInServerlessMKI delete_rules_bulk', () => {
4242
describe('deprecations', () => {
4343
it('should return a warning header', async () => {
4444
await createRule(supertest, log, getSimpleRule());

0 commit comments

Comments
 (0)