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 (
