Enable pending test

This commit is contained in:
Vladimir Mihailenco 2021-01-24 10:53:45 +02:00
parent b0ac2eefc3
commit 4f34522c84
1 changed files with 1 additions and 1 deletions

View File

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