Skip to content

Commit

Permalink
Skip flaky apm test elastic#91673 (elastic#92065)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored and kibanamachine committed Feb 19, 2021
1 parent b24efee commit 54bc8ac
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 54bc8ac

Please sign in to comment.