From bb814c2babae3320909991f4be2a73928654eabc Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 5 Nov 2013 10:04:15 -0700 Subject: [PATCH] removed the browser based tests from the build until the issue with DELETE requests is resolved --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a24018657..a195c861e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 ]);