Running the suits only works on linux because of the way docker is started. https://github.com/redis/node-redis/blob/c5b6f77c338c84a43f6dd4924277010ea029552a/packages/test-utils/lib/dockers.ts#L55 `--network host`is not supported on Windows and Mac. ([https://docs.docker.com/network/host/](https://docs.docker.com/network/host/))