From e769377f0ee213cef1ab536c80649173a68f6236 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Thu, 9 Apr 2020 09:47:46 +0200 Subject: [PATCH] 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. --- internal/crypt/crypt_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/crypt/crypt_test.go b/internal/crypt/crypt_test.go index 5d92d4702..35c785d8d 100644 --- a/internal/crypt/crypt_test.go +++ b/internal/crypt/crypt_test.go @@ -1,3 +1,5 @@ +// +build !macos + package crypt import (