diff --git a/test/integration/client/json-type-parsing-tests.js b/test/integration/client/json-type-parsing-tests.js index 215e2262..300f093f 100644 --- a/test/integration/client/json-type-parsing-tests.js +++ b/test/integration/client/json-type-parsing-tests.js @@ -2,6 +2,7 @@ var helper = require(__dirname + '/test-helper'); var assert = require('assert'); //if you want binary support, pull request me! if (helper.config.binary) { + console.log('binary mode does not support JSON right now'); return; }