crypt_test: don't run on macOS
The new crypt tests cannot be run on macOS. Making them conditional for non-macOS platforms fixes running unit tests in the internal directory on macOS.
This commit is contained in:
parent
17f4281648
commit
e769377f0e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !macos
|
||||||
|
|
||||||
package crypt
|
package crypt
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue