Skip to content

Commit

Permalink
[CI] Split default ciGroup24 up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Apr 26, 2022
1 parent fc04b30 commit 22f4b01
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
describe('', function () {
this.tags('ciGroup24');

loadTestFile(require.resolve('./ip'));
loadTestFile(require.resolve('./ip_array'));
loadTestFile(require.resolve('./keyword'));
loadTestFile(require.resolve('./keyword_array'));
loadTestFile(require.resolve('./long'));
loadTestFile(require.resolve('./text'));
loadTestFile(require.resolve('./text_array'));
});

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

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

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

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

0 comments on commit 22f4b01

Please sign in to comment.