Skip to content

Commit

Permalink
test: Run e2e authority tests only on linux. (#4160)
Browse files Browse the repository at this point in the history
Although darwin supports UDS, these tests need some non-trivial amount
of work to get them to pass on darwin. This build constraint will make a
top-level `go test` happy on darwin.
  • Loading branch information
easwars committed Jan 20, 2021
1 parent 504caa9 commit f579b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/authority_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux

/*
*
* Copyright 2020 gRPC authors.
Expand Down

0 comments on commit f579b61

Please sign in to comment.