From 6fb6b35cc537411ed587d0aafdc7fe7033a6221d Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 20 Feb 2016 17:18:56 +0100 Subject: [PATCH] disable online test for now until we save the tokens or something like that, which bypass the mojang server limits --- test/clientTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clientTest.js b/test/clientTest.js index 86799ed..bc1803c 100644 --- a/test/clientTest.js +++ b/test/clientTest.js @@ -66,7 +66,7 @@ mc.supportedVersions.forEach(function(supportedVersion) { }); }); }); - it("connects successfully - online mode", function(done) { + it.skip("connects successfully - online mode", function(done) { wrap.startServer({'online-mode': 'true'}, function(err) { if(err) return done(err);