Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-36660] make sure we reset the executors
  • Loading branch information
scherler committed Aug 31, 2016
1 parent 12a0917 commit 9931413
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/js/queued.js
Expand Up @@ -15,6 +15,12 @@ module.exports = {
});
},

after: function (browser) {
const configure = browser.page.computer().navigate();
// now let us reset the executors again
configure.setNumber(browser, 2);
},

'Test queued jobs - disable executors': function (browser) {
const configure = browser.page.computer().navigate();
configure.setNumber(browser, 0);
Expand Down

0 comments on commit 9931413

Please sign in to comment.