We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743c5ad commit 7316cd2Copy full SHA for 7316cd2
internal/dlopen/dlopen_test.go
@@ -68,6 +68,7 @@ func TestDlopen(t *testing.T) {
68
// It depends on the fact the it first generates some dlerror() errors
69
// by using non existent libraries.
70
func TestDlopenThreadSafety(t *testing.T) {
71
+ t.Skip("panics in CI; see https://github.com/coreos/go-systemd/issues/462.")
72
libs := []string{
73
"libstrange1.so",
74
"libstrange2.so",
0 commit comments