mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.x] [Serverless][SecuritySolution][Endpoint] Re-enable scan
and release
e2e tests (#199416) (#200010)
# Backport This will backport the following commits from `main` to `8.x`: - [[Serverless][SecuritySolution][Endpoint] Re-enable `scan` and `release` e2e tests (#199416)](https://github.com/elastic/kibana/pull/199416) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ash","email":"1849116+ashokaditya@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-13T14:17:14Z","message":"[Serverless][SecuritySolution][Endpoint] Re-enable `scan` and `release` e2e tests (#199416)\n\n## Summary\n\nRe-enable `scan` and `release` e2e tests on serverless that failed due\nto the build artifacts page not being available momentarily.\n\ncloses https://github.com/elastic/kibana/issues/172326\ncloses https://github.com/elastic/kibana/issues/187932\n\n### Flaky runner\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7352\nx 150 (tries to run all tests)\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7388\nx 150 (scan | release) (all 🟢 )\n\n### Checklist\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed","sha":"4861f183733d811be1aa26e0a8956412068061dd","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","OLM Sprint","backport:version","v8.17.0"],"title":"[Serverless][SecuritySolution][Endpoint] Re-enable `scan` and `release` e2e tests","number":199416,"url":"https://github.com/elastic/kibana/pull/199416","mergeCommit":{"message":"[Serverless][SecuritySolution][Endpoint] Re-enable `scan` and `release` e2e tests (#199416)\n\n## Summary\n\nRe-enable `scan` and `release` e2e tests on serverless that failed due\nto the build artifacts page not being available momentarily.\n\ncloses https://github.com/elastic/kibana/issues/172326\ncloses https://github.com/elastic/kibana/issues/187932\n\n### Flaky runner\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7352\nx 150 (tries to run all tests)\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7388\nx 150 (scan | release) (all 🟢 )\n\n### Checklist\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed","sha":"4861f183733d811be1aa26e0a8956412068061dd"}},"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/199416","number":199416,"mergeCommit":{"message":"[Serverless][SecuritySolution][Endpoint] Re-enable `scan` and `release` e2e tests (#199416)\n\n## Summary\n\nRe-enable `scan` and `release` e2e tests on serverless that failed due\nto the build artifacts page not being available momentarily.\n\ncloses https://github.com/elastic/kibana/issues/172326\ncloses https://github.com/elastic/kibana/issues/187932\n\n### Flaky runner\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7352\nx 150 (tries to run all tests)\n-\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7388\nx 150 (scan | release) (all 🟢 )\n\n### Checklist\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed","sha":"4861f183733d811be1aa26e0a8956412068061dd"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com>
This commit is contained in:
parent
5cf10b8220
commit
1209e8ec55
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ describe(
|
|||
login();
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/187932
|
||||
describe.skip('Scan operation:', () => {
|
||||
describe('Scan operation:', () => {
|
||||
const homeFilePath = Cypress.env('IS_CI') ? '/home/vagrant' : '/home';
|
||||
|
||||
const fileContent = 'This is a test file for the scan command.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue