Skip to content

Commit cba1aed

Browse files
[9.2] [APM] Fleet: Skip flaky test (#241256) (#241309)
# Backport This will backport the following commits from `main` to `9.2`: - [[APM] Fleet: Skip flaky test (#241256)](#241256) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"jennypavlova","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-30T14:59:12Z","message":"[APM] Fleet: Skip flaky test (#241256)\n\nCloses [229299](https://github.com/elastic/kibana/issues/229299)\n\n## Summary\n\nThis PR skips the test for now until we find a better solution with the\n@elastic/fleet team. It will also prevent commits like\nthis[523917d](https://github.com/NicholasPeretti/kibana/commit/523917d525a4d345537c0d9703a1f9aa9709c7c0),\nskipping the whole test suite.","sha":"aee4f0331d3515edf7e7b4ed03943d33dc804215","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","ci:project-deploy-observability","Team:obs-ux-infra_services","backport:version","v9.1.0","v9.2.0","v9.3.0"],"title":"[APM] Fleet: Skip flaky test","number":241256,"url":"https://github.com/elastic/kibana/pull/241256","mergeCommit":{"message":"[APM] Fleet: Skip flaky test (#241256)\n\nCloses [229299](https://github.com/elastic/kibana/issues/229299)\n\n## Summary\n\nThis PR skips the test for now until we find a better solution with the\n@elastic/fleet team. It will also prevent commits like\nthis[523917d](https://github.com/NicholasPeretti/kibana/commit/523917d525a4d345537c0d9703a1f9aa9709c7c0),\nskipping the whole test suite.","sha":"aee4f0331d3515edf7e7b4ed03943d33dc804215"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241256","number":241256,"mergeCommit":{"message":"[APM] Fleet: Skip flaky test (#241256)\n\nCloses [229299](https://github.com/elastic/kibana/issues/229299)\n\n## Summary\n\nThis PR skips the test for now until we find a better solution with the\n@elastic/fleet team. It will also prevent commits like\nthis[523917d](https://github.com/NicholasPeretti/kibana/commit/523917d525a4d345537c0d9703a1f9aa9709c7c0),\nskipping the whole test suite.","sha":"aee4f0331d3515edf7e7b4ed03943d33dc804215"}}]}] BACKPORT--> Co-authored-by: jennypavlova <[email protected]>
1 parent e6fcce9 commit cba1aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/solutions/observability/test/apm_api_integration/tests/fleet/migration_check.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default function ApiTest(ftrProviderContext: FtrProviderContext) {
3838
});
3939
});
4040
});
41-
42-
registry.when('Fleet migration check - cloud', { config: 'cloud', archives: [] }, () => {
41+
// Failing: See https://github.com/elastic/kibana/issues/229299
42+
registry.when.skip('Fleet migration check - cloud', { config: 'cloud', archives: [] }, () => {
4343
before(async () => {
4444
await setupFleet(bettertest);
4545
});

0 commit comments

Comments
 (0)