Merge pull request #20258 from Microsoft/jjh/testunit-authz
Windows CI: test-unit turn off pkg\authorisation
This commit is contained in:
commit
82fe40e860
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
// +build !windows
|
||||
|
||||
// TODO Windows: This uses a Unix socket for testing. This might be possible
|
||||
// to port to Windows using a named pipe instead.
|
||||
|
||||
package authorization
|
||||
|
||||
import (
|
Loading…
Reference in a new issue