removed the browser based tests from the build until the issue with DELETE requests is resolved

This commit is contained in:
Spencer Alger
2013-11-05 10:04:15 -07:00
parent 7e6fa479ad
commit bb814c2bab

View File

@ -188,7 +188,7 @@ module.exports = function (grunt) {
'mochaTest:unit',
'build',
'mochaTest:yaml_suite',
'start:integration_server',
// 'start:integration_server',
// 'mocha:yaml_suite' -- this will fail because of the way that PhantomJS handle's DELETE requests with body's
]);