1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

Enable pending test

This commit is contained in:
Vladimir Mihailenco 2021-01-24 10:53:45 +02:00
parent b0ac2eefc3
commit 4f34522c84

View File

@ -262,7 +262,7 @@ var _ = Describe("races", func() {
Expect(n).To(Equal(int64(N)))
})
PIt("should BLPop", func() {
It("should BLPop", func() {
var received uint32
wg := performAsync(C, func(id int) {