projects
/
docker.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2df4ba2
)
update several tests for text/path errors
author
Tianon Gravi
<tianon@debian.org>
Sun, 21 Feb 2021 17:18:35 +0000
(17:18 +0000)
committer
Felix Geyer
<fgeyer@debian.org>
Sun, 21 Feb 2021 17:18:35 +0000
(17:18 +0000)
Forwarded: not-needed
Gbp-Pq: Name test--fix-test-errors.patch
engine/pkg/authorization/authz_unix_test.go
patch
|
blob
|
history
diff --git
a/engine/pkg/authorization/authz_unix_test.go
b/engine/pkg/authorization/authz_unix_test.go
index 8f45d3ac92ed432c6268f853572761465a6c5d34..5bb29ec4e0fdb882c68264201bd6b9fbf4360b0d 100644
(file)
--- a/
engine/pkg/authorization/authz_unix_test.go
+++ b/
engine/pkg/authorization/authz_unix_test.go
@@
-346,6
+346,8
@@
func createTestPlugin(t *testing.T) *authorizationPlugin {
t.Fatal(err)
}
+ t.Skip("Skipping plugin tests -- Unix socket path is too long: unix:///"+path.Join(pwd, pluginAddress))
+
client, err := plugins.NewClient("unix:///"+path.Join(pwd, pluginAddress), &tlsconfig.Options{InsecureSkipVerify: true})
if err != nil {
t.Fatalf("Failed to create client %v", err)