From c63575e538f4c33d06b44729229de38d3c16811d Mon Sep 17 00:00:00 2001 From: dceejay Date: Tue, 16 Jun 2015 10:47:44 +0100 Subject: [PATCH] skip other email test also temporarily --- test/social/email/61-email_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/social/email/61-email_spec.js b/test/social/email/61-email_spec.js index 6a072f35..030a5b30 100644 --- a/test/social/email/61-email_spec.js +++ b/test/social/email/61-email_spec.js @@ -73,7 +73,7 @@ describe('email Node', function() { }); - describe('email in', function() { + describe.skip('email in', function() { it('should load with defaults', function(done) { var flow = [ { id:"n1", type:"e-mail in", wires:[["n2"]] },