Merge PR #9615: tests: attempt build tag fix

This commit is contained in:
Alexander Bezobchuk
2020-07-28 21:43:14 -04:00
committed by GitHub
parent 45e6a62186
commit 93d2baedfc

View File

@@ -1,4 +1,4 @@
// +build !race !hsm
// +build !race,!hsm
// NOTE: we can't use this with HSM. We can't set testing mode on and it's not
// safe to use env vars since that provides an attack vector in the real world.