From 296ba4a5d23a17288bc89185301574a28e9aba38 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Sun, 10 Mar 2019 09:51:44 +0000 Subject: [PATCH] disable test (requires root) Last-Update: 2018-06-15 Forwarded: not-needed Gbp-Pq: Name test--skip_TestFactoryNewTmpfs.patch --- 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 8d0ca8a..1dc0180 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) -- 2.30.2