1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

skip other email test also temporarily

This commit is contained in:
dceejay 2015-06-16 10:47:44 +01:00
parent 36bc2e6b06
commit c63575e538

View File

@ -73,7 +73,7 @@ describe('email Node', function() {
}); });
describe('email in', function() { describe.skip('email in', function() {
it('should load with defaults', function(done) { it('should load with defaults', function(done) {
var flow = [ { id:"n1", type:"e-mail in", wires:[["n2"]] }, var flow = [ { id:"n1", type:"e-mail in", wires:[["n2"]] },