Skip to content

Commit

Permalink
Always pass specs on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 23, 2014
1 parent 2a7b738 commit 90ff3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/tasks/spec-task.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 90ff3f5

Please sign in to comment.