mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Revert "Grunt/testswarm: Undo the change from 6e55168318 to see if its responsible for the position errors in IE8"
This reverts commit a8f5e3c399.
Did not have any effect on TestSwarm
This commit is contained in:
@@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
|
||||
}, {
|
||||
authUsername: config.authUsername,
|
||||
authToken: config.authToken,
|
||||
jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
|
||||
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||
runMax: config.runMax,
|
||||
"runNames[]": Object.keys(tests),
|
||||
"runUrls[]": testUrls,
|
||||
|
||||
Reference in New Issue
Block a user