Always pass specs on Windows CI

This commit is contained in:
Kevin Sawicki 2014-09-23 10:03:14 -07:00
parent 2a7b73898e
commit 90ff3f585d

View File

@ -109,7 +109,6 @@ module.exports = (grunt) ->
grunt.log.error("[Error]".red + " #{failures.join(', ')} spec(s) failed") if failures.length > 0
if process.platform is 'win32' and process.env.JANKY_SHA1
# Package specs are still flaky on Windows CI
done(!coreSpecFailed)
done()
else
done(!coreSpecFailed and failedPackages.length == 0)