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.
This commit is contained in:
Easwar Swaminathan 2020-09-01 17:43:01 -07:00 committed by GitHub
parent b5802b5f3b
commit 0b575750a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux,windows
/*
*
* Copyright 2018 gRPC authors.

View File

@ -1,3 +1,5 @@
// +build linux,windows
/*
*
* Copyright 2018 gRPC authors.