Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[WIP] Rollup unskip test - test 30 times on CI (elastic#44304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni authored Aug 30, 2019
1 parent 7fa4860 commit 382733b
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 382733b

Please sign in to comment.