From: Shengjing Zhu <zhsj@debian.org>
Date: Sat, 23 Jan 2021 22:29:01 +0800
Subject: skip test: cgroups_test.go, fail when cgroups is not mounted

---
 libcontainer/cgroups/cgroups_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcontainer/cgroups/cgroups_test.go b/libcontainer/cgroups/cgroups_test.go
index 9efb83e..bb73411 100644
--- a/libcontainer/cgroups/cgroups_test.go
+++ b/libcontainer/cgroups/cgroups_test.go
@@ -1,4 +1,4 @@
-// +build linux
+// +build ignore
 
 package cgroups
 
