aboutsummaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/pools_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/pools_test.go b/device/pools_test.go
index 717072f..b0840e1 100644
--- a/device/pools_test.go
+++ b/device/pools_test.go
@@ -15,6 +15,7 @@ import (
)
func TestWaitPool(t *testing.T) {
+ t.Skip("Currently disabled")
var wg sync.WaitGroup
trials := int32(100000)
if raceEnabled {