Skip to content

Commit

Permalink
[CI] Move detection engine create exceptions tests to ciGroup14
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Apr 19, 2022
1 parent 2ec9f22 commit aeaa93c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
loadTestFile(require.resolve('./create_rules_bulk'));
loadTestFile(require.resolve('./create_ml'));
loadTestFile(require.resolve('./create_threat_matching'));
loadTestFile(require.resolve('./create_exceptions'));
loadTestFile(require.resolve('./delete_rules'));
loadTestFile(require.resolve('./delete_rules_bulk'));
loadTestFile(require.resolve('./export_rules'));
Expand Down Expand Up @@ -55,6 +54,12 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
loadTestFile(require.resolve('./migrations'));
});

describe('', function () {
this.tags('ciGroup14');

loadTestFile(require.resolve('./create_exceptions'));
});

// That split here enable us on using a different ciGroup to run the tests
// listed on ./exception_operators_data_types/index
describe('', function () {
Expand Down

0 comments on commit aeaa93c

Please sign in to comment.