Skip to content
Snippets Groups Projects
Commit 270fff6c authored by alice's avatar alice
Browse files

community/tailscale: skip another test

parent 7346e55a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ build() {
check() {
# shellcheck disable=SC2046
go test $(go list ./... | grep -Ev '(util/linuxfw|wgengine/magicsock|tstest/archtest|tstest/integration|tstest/jsdeps|tstest/iosdeps|ssh/tailssh|containerboot)')
go test $(go list ./... | grep -Ev '(util/linuxfw|wgengine/magicsock|tstest/archtest|tstest/integration|tstest/jsdeps|tstest/iosdeps|ssh/tailssh|containerboot|net/connstats)')
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment