Skip to content

Commit

Permalink
test(boost): disable timeout test (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Nov 2, 2023
1 parent 18e69a1 commit 10f227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/worker-pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ var _ = Describe("WorkerPool", Ordered, func() {
assert: assertCancelled,
}), // SpecTimeout(time.Second*8)

Entry(nil, &poolTE{
XEntry(nil, &poolTE{
given: "finish by stop and high no of workers",
should: "receive and process all",
now: 16,
Expand Down

0 comments on commit 10f227b

Please sign in to comment.