Skip flaky apm test #91673 (#92065) (#92089)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
Kibana Machine 2021-02-19 18:39:56 -05:00 committed by GitHub
parent 2fd45fb1ec
commit a243800d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'));