Skip to content

Commit

Permalink
[8.14] [Security Solution][Endpoint] Enable skipped ftr tests (#182664)…
Browse files Browse the repository at this point in the history
… (#182708)

# Backport

This will backport the following commits from `main` to `8.14`:
- [[Security Solution][Endpoint] Enable skipped ftr tests
(#182664)](#182664)

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

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

<!--BACKPORT [{"author":{"name":"David
Sánchez","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-06T14:59:08Z","message":"[Security
Solution][Endpoint] Enable skipped ftr tests (#182664)\n\n##
Summary\r\n\r\nEnables skipped ftr tests\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/174975\r\nFixes:
https://github.com/elastic/kibana/issues/180401\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"8f13a5e7e0731395344c78df7bb1066e2056ceed","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend
Workflows","v8.14.0","v8.15.0"],"title":"[Security Solution][Endpoint]
Enable skipped ftr
tests","number":182664,"url":"https://github.com/elastic/kibana/pull/182664","mergeCommit":{"message":"[Security
Solution][Endpoint] Enable skipped ftr tests (#182664)\n\n##
Summary\r\n\r\nEnables skipped ftr tests\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/174975\r\nFixes:
https://github.com/elastic/kibana/issues/180401\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"8f13a5e7e0731395344c78df7bb1066e2056ceed"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/182664","number":182664,"mergeCommit":{"message":"[Security
Solution][Endpoint] Enable skipped ftr tests (#182664)\n\n##
Summary\r\n\r\nEnables skipped ftr tests\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/174975\r\nFixes:
https://github.com/elastic/kibana/issues/180401\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"8f13a5e7e0731395344c78df7bb1066e2056ceed"}}]}]
BACKPORT-->

Co-authored-by: David Sánchez <[email protected]>
  • Loading branch information
kibanamachine and dasansol92 authored May 6, 2024
1 parent 277cdeb commit 2ba601a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService, getPageObjects } = providerContext;

// FLAKY: https://github.com/elastic/kibana/issues/180401
describe.skip('endpoint', function () {
describe('endpoint', function () {
const ingestManager = getService('ingestManager');
const log = getService('log');
const endpointTestResources = getService('endpointTestResources');
Expand Down

0 comments on commit 2ba601a

Please sign in to comment.