mirror of https://github.com/grpc/grpc-go.git
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:
parent
b5802b5f3b
commit
0b575750a9
|
@ -1,3 +1,5 @@
|
|||
// +build linux,windows
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 2018 gRPC authors.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build linux,windows
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 2018 gRPC authors.
|
||||
|
|
Loading…
Reference in New Issue