[WIP] Rollup unskip test - test 30 times on CI (#44304)

fixes https://github.com/elastic/kibana/issues/43559
This commit is contained in:
Rashmi Kulkarni 2019-08-30 10:36:51 -07:00 committed by GitHub
parent 7fa4860e37
commit 382733be29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,4 @@ if [ "$CI_GROUP" == "1" ]; then
cd -;
yarn run grunt run:pluginFunctionalTestsRelease --from=source;
yarn run grunt run:interpreterFunctionalTestsRelease;
fi
fi

View file

@ -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'));