You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Do not run all tests with every single connection (if one connection works, the others are going to be fine too)
This commit is contained in:
@@ -13,7 +13,6 @@ describe("The 'hgetall' method", function () {
|
||||
var client;
|
||||
|
||||
describe('regular client', function () {
|
||||
var args = config.configureClient(parser, ip);
|
||||
|
||||
beforeEach(function (done) {
|
||||
client = redis.createClient.apply(redis.createClient, args);
|
||||
|
Reference in New Issue
Block a user