aboutsummaryrefslogtreecommitdiffstats
path: root/device/race_disabled_test.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josh@tailscale.com>2021-02-09 08:18:47 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-09 18:28:58 +0100
commitd117d42ae74d276cd986337d218bd9f4220c789e (patch)
tree004bc64db2060622314b2bcee14e818d4b62cbd5 /device/race_disabled_test.go
parentdevice: remove nil elem check in finalizers (diff)
downloadwireguard-go-d117d42ae74d276cd986337d218bd9f4220c789e.tar.xz
wireguard-go-d117d42ae74d276cd986337d218bd9f4220c789e.zip
device: run fewer trials in TestWaitPool when race detector enabled
On a many-core machine with the race detector enabled, this test can take several minutes to complete. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
Diffstat (limited to 'device/race_disabled_test.go')
-rw-r--r--device/race_disabled_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/device/race_disabled_test.go b/device/race_disabled_test.go
new file mode 100644
index 0000000..65fac7e
--- /dev/null
+++ b/device/race_disabled_test.go
@@ -0,0 +1,10 @@
+//+build !race
+
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ */
+
+package device
+
+const raceEnabled = false