Skip to content

Commit

Permalink
[8.x] [Detection Engine][Tests] Skip flakey cypress tests (#194899) (#…
Browse files Browse the repository at this point in the history
…195095)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Detection Engine][Tests] Skip flakey cypress tests
(#194899)](#194899)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Yara
Tercero","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-04T14:49:42Z","message":"[Detection
Engine][Tests] Skip flakey cypress tests (#194899)\n\n##
Summary\r\n\r\nSkipped tests are tracked
by\r\nhttps://docs.google.com/spreadsheets/d/18cVvLkas-5wtEpIoeH4Vk5V4bVHk7zJc4Y_L_eVHsm8/edit?gid=735604985#gid=735604985","sha":"ccd0e17c0955163f82e15c464d82df45f391cf62","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major","Team:Detection
Engine","v8.16.0"],"title":"[Detection Engine][Tests] Skip flakey
cypress
tests","number":194899,"url":"https://github.com/elastic/kibana/pull/194899","mergeCommit":{"message":"[Detection
Engine][Tests] Skip flakey cypress tests (#194899)\n\n##
Summary\r\n\r\nSkipped tests are tracked
by\r\nhttps://docs.google.com/spreadsheets/d/18cVvLkas-5wtEpIoeH4Vk5V4bVHk7zJc4Y_L_eVHsm8/edit?gid=735604985#gid=735604985","sha":"ccd0e17c0955163f82e15c464d82df45f391cf62"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194899","number":194899,"mergeCommit":{"message":"[Detection
Engine][Tests] Skip flakey cypress tests (#194899)\n\n##
Summary\r\n\r\nSkipped tests are tracked
by\r\nhttps://docs.google.com/spreadsheets/d/18cVvLkas-5wtEpIoeH4Vk5V4bVHk7zJc4Y_L_eVHsm8/edit?gid=735604985#gid=735604985","sha":"ccd0e17c0955163f82e15c464d82df45f391cf62"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Yara Tercero <[email protected]>
  • Loading branch information
kibanamachine and yctercero authored Oct 4, 2024
1 parent 65df46b commit 8ab1994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const workaroundForResizeObserver = () =>
describe(
'Detection ES|QL rules, creation',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
const rule = getEsqlRule();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import { CREATE_RULE_URL } from '../../../../urls/navigation';
describe(
'Threshold rules',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
const rule = getNewThresholdRule();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { RULES_MANAGEMENT_URL } from '../../../../urls/rules_management';
describe(
'Machine Learning Detection Rules - Editing',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
let mlRule: ReturnType<typeof getMachineLearningRule>;
Expand Down

0 comments on commit 8ab1994

Please sign in to comment.