Skip to content

Commit

Permalink
Rollup unskip test - test 30 times on CI (#44304) (#44535)
Browse files Browse the repository at this point in the history
fixes #43559
  • Loading branch information
rashmivkulkarni authored Aug 30, 2019
1 parent 44e0234 commit ea7d55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_ci_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [ "$CI_GROUP" == "1" ]; then
cd -;
yarn run grunt run:pluginFunctionalTestsRelease --from=source;
yarn run grunt run:interpreterFunctionalTestsRelease;
fi
fi
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/rollup_job/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit ea7d55f

Please sign in to comment.