Skip to content

Commit

Permalink
[ML] Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 21, 2021
1 parent 592a801 commit 0f10553
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions x-pack/test/apm_api_integration/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ export default function apmApiIntegrationTests(providerContext: FtrProviderConte
});

// correlations
describe('correlations/latency_slow_transactions', function () {
loadTestFile(require.resolve('./correlations/latency_slow_transactions'));
});

describe('correlations/failed_transactions', function () {
loadTestFile(require.resolve('./correlations/failed_transactions'));
});
Expand All @@ -41,18 +37,6 @@ export default function apmApiIntegrationTests(providerContext: FtrProviderConte
loadTestFile(require.resolve('./correlations/latency'));
});

describe('correlations/latency_overall', function () {
loadTestFile(require.resolve('./correlations/latency_overall'));
});

describe('correlations/errors_overall', function () {
loadTestFile(require.resolve('./correlations/errors_overall'));
});

describe('correlations/errors_failed_transactions', function () {
loadTestFile(require.resolve('./correlations/errors_failed_transactions'));
});

describe('metrics_charts/metrics_charts', function () {
loadTestFile(require.resolve('./metrics_charts/metrics_charts'));
});
Expand Down

0 comments on commit 0f10553

Please sign in to comment.