Disable flaky test

This commit is contained in:
Deluan 2020-10-27 16:07:53 -04:00 committed by Joe Stump
parent 23d28afe4f
commit 6a02ec18f3
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -26,7 +26,7 @@ func (r results) Len() int { return len(r) }
var processed results
var _ = Describe("Pool", func() {
var _ = XDescribe("Pool", func() {
var pool *Pool
BeforeEach(func() {