1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Shengjing Zhu <zhsj@debian.org>
Date: Sat, 23 Jan 2021 22:25:59 +0800
Subject: skip privileged test: nsenter_test.go
Forwarded: not-needed
---
libcontainer/nsenter/nsenter_test.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libcontainer/nsenter/nsenter_test.go b/libcontainer/nsenter/nsenter_test.go
index 123448b..4addc92 100644
--- a/libcontainer/nsenter/nsenter_test.go
+++ b/libcontainer/nsenter/nsenter_test.go
@@ -1,3 +1,5 @@
+// +build ignore
+
package nsenter
import (
|