Skip to content

Commit

Permalink
move es privilege tests to api_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 5, 2018
1 parent c72200f commit fc5f7fa
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 163 deletions.
1 change: 1 addition & 0 deletions x-pack/test/api_integration/apis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

export default function ({ loadTestFile }) {
describe('apis', () => {
loadTestFile(require.resolve('./es'));
loadTestFile(require.resolve('./security'));
loadTestFile(require.resolve('./monitoring'));
loadTestFile(require.resolve('./xpack_main'));
Expand Down
2 changes: 0 additions & 2 deletions x-pack/test/rbac_api_integration/apis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ export default function ({ loadTestFile, getService }) {
});

});
loadTestFile(require.resolve('./es'));
loadTestFile(require.resolve('./privileges'));
loadTestFile(require.resolve('./saved_objects'));
loadTestFile(require.resolve('./spaces'));
});
Expand Down
161 changes: 0 additions & 161 deletions x-pack/test/rbac_api_integration/apis/privileges/index.js

This file was deleted.

0 comments on commit fc5f7fa

Please sign in to comment.