mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[9.0] [EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes (#215467) (#215524)
# Backport This will backport the following commits from `main` to `9.0`: - [[EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes (#215467)](https://github.com/elastic/kibana/pull/215467) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gergő Ábrahám","email":"gergo.abraham@elastic.co"},"sourceCommit":{"committedDate":"2025-03-21T15:06:09Z","message":"[EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes (#215467)\n\n## Summary\n\nthis PR unskips and fixes defend workflows cypress tests\n\nflaky runner:\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/8073\n- 50/50 ESS cypress ✅\n- serverless ✅ - lot of serverless tests failed because of metering\ncypress test, but not because of processes test\n\n> [!note]\n> flaky runner was performed together with metering cypress test (see\nhttps://github.com/elastic/kibana/issues/187083), which is indeed flaky,\nso it's removed from this PR\n\n\n- closes: https://github.com/elastic/kibana/issues/170371\n- closes: https://github.com/elastic/kibana/issues/170370\n- needs to be backported to 8.18, 8.x, 9.0\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","sha":"a3f6c179b2da72cebc0be9920f3b85c4f9110a34","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes","number":215467,"url":"https://github.com/elastic/kibana/pull/215467","mergeCommit":{"message":"[EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes (#215467)\n\n## Summary\n\nthis PR unskips and fixes defend workflows cypress tests\n\nflaky runner:\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/8073\n- 50/50 ESS cypress ✅\n- serverless ✅ - lot of serverless tests failed because of metering\ncypress test, but not because of processes test\n\n> [!note]\n> flaky runner was performed together with metering cypress test (see\nhttps://github.com/elastic/kibana/issues/187083), which is indeed flaky,\nso it's removed from this PR\n\n\n- closes: https://github.com/elastic/kibana/issues/170371\n- closes: https://github.com/elastic/kibana/issues/170370\n- needs to be backported to 8.18, 8.x, 9.0\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","sha":"a3f6c179b2da72cebc0be9920f3b85c4f9110a34"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215467","number":215467,"mergeCommit":{"message":"[EDR Workflows] Enable skipped defend workflows management cypress tests - response console processes (#215467)\n\n## Summary\n\nthis PR unskips and fixes defend workflows cypress tests\n\nflaky runner:\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/8073\n- 50/50 ESS cypress ✅\n- serverless ✅ - lot of serverless tests failed because of metering\ncypress test, but not because of processes test\n\n> [!note]\n> flaky runner was performed together with metering cypress test (see\nhttps://github.com/elastic/kibana/issues/187083), which is indeed flaky,\nso it's removed from this PR\n\n\n- closes: https://github.com/elastic/kibana/issues/170371\n- closes: https://github.com/elastic/kibana/issues/170370\n- needs to be backported to 8.18, 8.x, 9.0\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","sha":"a3f6c179b2da72cebc0be9920f3b85c4f9110a34"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gergő Ábrahám <gergo.abraham@elastic.co>
This commit is contained in:
parent
6fe8399078
commit
ecba121c96
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_
|
|||
|
||||
const AGENT_BEAT_FILE_PATH_SUFFIX = '/components/agentbeat';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170370
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170371
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue