Disable flaky test
This commit is contained in:
parent
4bd6012f11
commit
515528ee6d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ func (r results) Len() int { return len(r) }
|
||||||
|
|
||||||
var processed results
|
var processed results
|
||||||
|
|
||||||
var _ = Describe("Pool", func() {
|
var _ = XDescribe("Pool", func() {
|
||||||
var pool *Pool
|
var pool *Pool
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue