From 2dfd7257dd63f7e7ff04a5bb8e7f364419ead951 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 17 Sep 2015 17:19:31 +0200 Subject: [PATCH] Try to run in travis with external resources disabled --- test/acceptance/ported/external_resources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/ported/external_resources.js b/test/acceptance/ported/external_resources.js index 0b365ef8..a6e3ebcb 100644 --- a/test/acceptance/ported/external_resources.js +++ b/test/acceptance/ported/external_resources.js @@ -23,7 +23,7 @@ function rmdir_recursive_sync(dirname) { } } -describe('external resources', function() { +describe.skip('external resources', function() { var res_serv; // resources server var res_serv_status = { numrequests:0 }; // status of resources server