mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[WIP] Rollup unskip test - test 30 times on CI (#44304)
fixes https://github.com/elastic/kibana/issues/43559
This commit is contained in:
parent
7fa4860e37
commit
382733be29
2 changed files with 3 additions and 3 deletions
|
@ -18,4 +18,4 @@ if [ "$CI_GROUP" == "1" ]; then
|
|||
cd -;
|
||||
yarn run grunt run:pluginFunctionalTestsRelease --from=source;
|
||||
yarn run grunt run:interpreterFunctionalTestsRelease;
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*/
|
||||
|
||||
export default function ({ loadTestFile }) {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/43559
|
||||
describe.skip('rollup job', function () {
|
||||
|
||||
describe('rollup job', function () {
|
||||
this.tags('ciGroup1');
|
||||
|
||||
loadTestFile(require.resolve('./rollup_jobs'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue