1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Only run detect_buffers tests once

This commit is contained in:
Ruben Bridgewater
2016-05-27 16:35:09 +02:00
parent 8008fb5eb4
commit a90b791295

View File

@@ -7,11 +7,8 @@ var redis = config.redis;
describe('detect_buffers', function () {
helper.allTests(function (parser, ip, args) {
describe('using ' + parser + ' and ' + ip, function () {
var client;
var args = config.configureClient(parser, ip, {
var args = config.configureClient('javascript', 'localhost', {
detect_buffers: true
});
@@ -268,6 +265,4 @@ describe('detect_buffers', function () {
});
});
});
});
});
});