diff --git a/test/commands/monitor.spec.js b/test/commands/monitor.spec.js index ec287ccba71..a6c98747309 100644 --- a/test/commands/monitor.spec.js +++ b/test/commands/monitor.spec.js @@ -80,6 +80,9 @@ describe("The 'monitor' method", function () { }); it('monitors returns strings in the rawOutput even with return_buffers activated', function (done) { + if (process.platform === 'win32') { + this.skip(); + } var monitorClient = redis.createClient({ return_buffers: true, path: '/tmp/redis.sock'