File: 0002-skip-TestSystemd240.patch

package info (click to toggle)
golang-github-containerd-cgroups 3.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 732 kB
  • sloc: makefile: 26
file content (21 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Shengjing Zhu <zhsj@debian.org>
Date: Sun, 23 Aug 2020 18:58:06 +0800
Subject: skip TestSystemd240

Forwarded: not-needed
---
 cgroup1/paths_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cgroup1/paths_test.go b/cgroup1/paths_test.go
index 8afe2ce..8646821 100644
--- a/cgroup1/paths_test.go
+++ b/cgroup1/paths_test.go
@@ -92,6 +92,7 @@ func TestRootPath(t *testing.T) {
 }
 
 func TestSystemd240(t *testing.T) {
+	t.Skip("cgroup is not mounted in Debian schroot")
 	if isUnified {
 		t.Skipf("requires the system to be running in legacy mode")
 	}