Skip to content

Commit

Permalink
[CI] Move detection engine create exceptions tests to ciGroup14 (#130623
Browse files Browse the repository at this point in the history
) (#130627)

(cherry picked from commit a9a6df3)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
  • Loading branch information
kibanamachine and brianseeders authored Apr 20, 2022
1 parent d20e344 commit cf743d3
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 cf743d3

Please sign in to comment.