File: 0002-skip-privileged-test-TestFactoryNewTmpfs.patch

package info (click to toggle)
runc 1.0.0~rc93%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,172 kB
  • sloc: sh: 1,679; ansic: 1,039; makefile: 139
file content (22 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Dmitry Smirnov <onlyjob@debian.org>
Date: Sun, 15 Nov 2020 21:42:17 +0800
Subject: skip privileged test: TestFactoryNewTmpfs

Last-Update: 2018-06-15
Forwarded: not-needed
---
 libcontainer/factory_linux_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libcontainer/factory_linux_test.go b/libcontainer/factory_linux_test.go
index 2b40e24..672713e 100644
--- a/libcontainer/factory_linux_test.go
+++ b/libcontainer/factory_linux_test.go
@@ -78,6 +78,7 @@ func TestFactoryNewIntelRdt(t *testing.T) {
 }
 
 func TestFactoryNewTmpfs(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	root, rerr := newTestRoot()
 	if rerr != nil {
 		t.Fatal(rerr)