From 280028290e600cb9d60a0f3a9a9036834684710a Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 5 Apr 2017 21:35:29 +0200 Subject: [PATCH] Disable tests on darwin --- src/restic/node_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restic/node_unix_test.go b/src/restic/node_unix_test.go index a581b3466..8ed3ea0bb 100644 --- a/src/restic/node_unix_test.go +++ b/src/restic/node_unix_test.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows,!darwin package restic_test