Skip to content

Commit

Permalink
Skip flaky apm test #91673 (#92065)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Feb 19, 2021
1 parent 126ce49 commit f1db49f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/apm_api_integration/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function apmApiIntegrationTests(providerContext: FtrProviderConte
this.tags('ciGroup1');
loadTestFile(require.resolve('./alerts/chart_preview'));

loadTestFile(require.resolve('./correlations/slow_transactions'));
// Flaky, see https://github.com/elastic/kibana/issues/91673
// loadTestFile(require.resolve('./correlations/slow_transactions'));

loadTestFile(require.resolve('./csm/csm_services'));
loadTestFile(require.resolve('./csm/has_rum_data'));
Expand Down

0 comments on commit f1db49f

Please sign in to comment.