zio / zio-redis

A ZIO-based redis client
https://zio.github.io/zio-redis
Apache License 2.0
123 stars 63 forks source link

Flaky pub/sub tests #912

Open mijicd opened 10 months ago

mijicd commented 10 months ago

Pub/sub tests are flaky, which occasionally leads to high usage of CI resources. I temporarily disabled them from running in CI, but the issue should be investigated and fixed.

cc @0pg