Skip to content

Commit

Permalink
Skip flaky apm test elastic#91673 (elastic#92065) (elastic#92089)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
  • Loading branch information
kibanamachine and brianseeders authored Feb 19, 2021
1 parent 2fd45fb commit a243800
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 a243800

Please sign in to comment.