You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
some cleanups
This commit is contained in:
@@ -88,7 +88,7 @@ async function steadyState(frame: SentinelFramework) {
|
||||
}
|
||||
|
||||
["redis-sentinel-test-password", undefined].forEach(function (password) {
|
||||
describe.only(`Sentinel - password = ${password}`, () => {
|
||||
describe.skip(`Sentinel - password = ${password}`, () => {
|
||||
const config: RedisSentinelConfig = { sentinelName: "test", numberOfNodes: 3, password: password };
|
||||
const frame = new SentinelFramework(config);
|
||||
let tracer = new Array<string>();
|
||||
|
Reference in New Issue
Block a user