Skip to content

Commit

Permalink
[8.x] [Serverless][SecuritySolution][Endpoint] Re-enable scan and `…
Browse files Browse the repository at this point in the history
…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)](#199416)

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

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

<!--BACKPORT
[{"author":{"name":"Ash","email":"[email protected]"},"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 <[email protected]>
  • Loading branch information
kibanamachine and ashokaditya authored Nov 13, 2024
1 parent 5cf10b8 commit 1209e8e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
Expand Down

0 comments on commit 1209e8e

Please sign in to comment.