File: 0001-skip-privileged-test-factory_linux_test.go.patch

package info (click to toggle)
runc 1.3.0%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,672 kB
  • sloc: sh: 2,236; ansic: 1,125; makefile: 200
file content (22 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
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: factory_linux_test.go

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 bbbbd34..ce0707d 100644
--- a/libcontainer/factory_linux_test.go
+++ b/libcontainer/factory_linux_test.go
@@ -25,6 +25,7 @@ func TestFactoryLoadNotExists(t *testing.T) {
 }
 
 func TestFactoryLoadContainer(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	root := t.TempDir()
 	// setup default container config and state for mocking
 	var (