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"]] },