Skip to content

Commit 9fbebf6

Browse files
kibanamachinejbudz
andauthored
[8.19] Unskip APM integration tests(#228130, #228131, #229299) (#229338) (#229382)
# Backport This will backport the following commits from `main` to `8.19`: - [Unskip APM integration tests(#228130, #228131, #229299) (#229338)](#229338) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-07-24T22:06:09Z","message":"Unskip APM integration tests(#228130, #228131, #229299) (#229338)\n\nThese were skipped earlier due to a now resolved package error.\n\n#228130 \n#228131 \n#229299","sha":"d33f7eca3faec17b481a30596f18f5d06040eedb","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"Unskip APM integration tests(#228130, #228131, #229299)","number":229338,"url":"https://github.com/elastic/kibana/pull/229338","mergeCommit":{"message":"Unskip APM integration tests(#228130, #228131, #229299) (#229338)\n\nThese were skipped earlier due to a now resolved package error.\n\n#228130 \n#228131 \n#229299","sha":"d33f7eca3faec17b481a30596f18f5d06040eedb"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229338","number":229338,"mergeCommit":{"message":"Unskip APM integration tests(#228130, #228131, #229299) (#229338)\n\nThese were skipped earlier due to a now resolved package error.\n\n#228130 \n#228131 \n#229299","sha":"d33f7eca3faec17b481a30596f18f5d06040eedb"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
1 parent e530744 commit 9fbebf6

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export default function ApiTest(ftrProviderContext: FtrProviderContext) {
8585
});
8686
}
8787

88-
// FLAKY: https://github.com/elastic/kibana/issues/177384
8988
registry.when('APM package policy', { config: 'basic', archives: [] }, () => {
9089
async function getAgentPolicyPermissions(agentPolicyId: string, packagePolicyId: string) {
9190
const res = await bettertest<{

x-pack/solutions/observability/test/apm_api_integration/tests/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ export default function apmApiIntegrationTests({ getService, loadTestFile }: Ftr
2929
// DO NOT SKIP
3030
// Skipping here will skip the entire apm api test suite
3131
// Instead skip (flaky) tests individually
32-
// Failing: See https://github.com/elastic/kibana/issues/176948
33-
// Failing: See https://github.com/elastic/kibana/issues/228131
34-
// Failing: See https://github.com/elastic/kibana/issues/228130
35-
// Failing: See https://github.com/elastic/kibana/issues/228130
36-
// Failing: See https://github.com/elastic/kibana/issues/228131
37-
describe.skip('APM API tests', function () {
32+
describe('APM API tests', function () {
3833
const filePattern = getGlobPattern();
3934
const tests = globby.sync(filePattern, { cwd });
4035

0 commit comments

Comments
 (0)