Skip to content

Commit

Permalink
EMT-146: remove metadata status test, it cross some boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Apr 20, 2020
1 parent f591e86 commit 62eba60
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3,411 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/endpoint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ export default function endpointAPIIntegrationTests({
describe('Endpoint plugin', function() {
const ingestManager = getService('ingestManager');
this.tags(['endpoint']);
beforeEach(async () => {
before(async () => {
await ingestManager.setup();
});
loadTestFile(require.resolve('./index_pattern'));
loadTestFile(require.resolve('./resolver'));
loadTestFile(require.resolve('./metadata'));
loadTestFile(require.resolve('./metadata_status'));
loadTestFile(require.resolve('./alerts'));
});
}
154 changes: 0 additions & 154 deletions x-pack/test/api_integration/apis/endpoint/metadata_status.ts

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 62eba60

Please sign in to comment.