Skip to content

Commit

Permalink
chore(NA): rebalance ciGroup12
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent ea89b92 commit a2f14c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
describe('', function () {
this.tags('ciGroup12');

loadTestFile(require.resolve('./ip_array'));
loadTestFile(require.resolve('./keyword'));
loadTestFile(require.resolve('./keyword_array'));
});
Expand All @@ -30,6 +29,7 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
this.tags('ciGroup13');

loadTestFile(require.resolve('./ip'));
loadTestFile(require.resolve('./ip_array'));
loadTestFile(require.resolve('./long'));
loadTestFile(require.resolve('./text'));
loadTestFile(require.resolve('./text_array'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
});

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

loadTestFile(require.resolve('./exception_operators_data_types/index'));
});
});
Expand Down

0 comments on commit a2f14c6

Please sign in to comment.