From 0b575750a90c43c6763154333a6f065756b3b25e Mon Sep 17 00:00:00 2001 From: Easwar Swaminathan Date: Tue, 1 Sep 2020 17:43:01 -0700 Subject: [PATCH] credentials/alts: Skip ALTS tests on darwin. (#3859) Anyways, only linux and windows are supported platforms. Running these tests on darwin causes a top level `make test` to fail, and one has to scroll all the way up to realize that it is only these alts tests which have failed, and not something that one is actively working on. --- credentials/alts/alts_test.go | 2 ++ credentials/alts/utils_test.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/credentials/alts/alts_test.go b/credentials/alts/alts_test.go index 616666969..ed13ee447 100644 --- a/credentials/alts/alts_test.go +++ b/credentials/alts/alts_test.go @@ -1,3 +1,5 @@ +// +build linux,windows + /* * * Copyright 2018 gRPC authors. diff --git a/credentials/alts/utils_test.go b/credentials/alts/utils_test.go index 7c84c3bc9..d33f189ee 100644 --- a/credentials/alts/utils_test.go +++ b/credentials/alts/utils_test.go @@ -1,3 +1,5 @@ +// +build linux,windows + /* * * Copyright 2018 gRPC authors.