[8.10] enable flaky (#165237) (#165253)

# Backport

This will backport the following commits from `main` to `8.10`:
- [enable flaky
(#165237)](https://github.com/elastic/kibana/pull/165237)

<!--- Backport version: 8.9.7 -->

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

<!--BACKPORT [{"author":{"name":"Julia
Bardi","email":"90178898+juliaElastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-08-30T15:59:19Z","message":"enable
flaky (#165237)\n\nRe-enable flaky tests\r\n\r\nCloses
https://github.com/elastic/kibana/issues/161624\r\nCloses
https://github.com/elastic/kibana/issues/156941","sha":"77f1a11f11a443667e78c1afbbebee4d901b5431","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v8.10.0","v8.11.0"],"number":165237,"url":"https://github.com/elastic/kibana/pull/165237","mergeCommit":{"message":"enable
flaky (#165237)\n\nRe-enable flaky tests\r\n\r\nCloses
https://github.com/elastic/kibana/issues/161624\r\nCloses
https://github.com/elastic/kibana/issues/156941","sha":"77f1a11f11a443667e78c1afbbebee4d901b5431"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165237","number":165237,"mergeCommit":{"message":"enable
flaky (#165237)\n\nRe-enable flaky tests\r\n\r\nCloses
https://github.com/elastic/kibana/issues/161624\r\nCloses
https://github.com/elastic/kibana/issues/156941","sha":"77f1a11f11a443667e78c1afbbebee4d901b5431"}}]}]
BACKPORT-->

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-08-30 13:00:01 -04:00 committed by GitHub
parent 048af719a1
commit 8ffd2eada5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -46,8 +46,7 @@ export default function (providerContext: FtrProviderContext) {
pkgVersion = getResp.body.response.version;
});
// FLAKY: https://github.com/elastic/kibana/issues/156941
describe.skip('install', () => {
describe('install', () => {
transforms.forEach((transform) => {
it(`should have installed the [${transform.id}] transform`, async function () {
const res = await es.transport.request(

View file

@ -67,8 +67,7 @@ export default function (providerContext: FtrProviderContext) {
})
.catch(() => {});
// FLAKY: https://github.com/elastic/kibana/issues/161624
describe.skip('When installing system integration in multiple spaces', async () => {
describe('When installing system integration in multiple spaces', async () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);