We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9359391 commit 6fb6b35Copy full SHA for 6fb6b35
test/clientTest.js
@@ -66,7 +66,7 @@ mc.supportedVersions.forEach(function(supportedVersion) {
66
});
67
68
69
- it("connects successfully - online mode", function(done) {
+ it.skip("connects successfully - online mode", function(done) {
70
wrap.startServer({'online-mode': 'true'}, function(err) {
71
if(err)
72
return done(err);
0 commit comments