You've already forked node-redis
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:
@@ -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
|
||||
});
|
||||
|
||||
@@ -269,5 +266,3 @@ describe('detect_buffers', function () {
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user