Skip to content

Commit

Permalink
disable online test for now
Browse files Browse the repository at this point in the history
until we save the tokens or something like that, which bypass the mojang server limits
  • Loading branch information
rom1504 committed Feb 20, 2016
1 parent 9359391 commit 6fb6b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clientTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6fb6b35

Please sign in to comment.