disable test (requires root)
authorDmitry Smirnov <onlyjob@debian.org>
Tue, 15 Oct 2019 17:37:31 +0000 (18:37 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 15 Oct 2019 17:37:31 +0000 (18:37 +0100)
Last-Update: 2018-06-15
Forwarded: not-needed

Gbp-Pq: Name test--skip_TestFactoryNewTmpfs.patch

libcontainer/factory_linux_test.go

index 8d0ca8a4743893c7a52b900811767b9490a637bf..1dc0180b75ba877c8306c4c5b874ebf14798d353 100644 (file)
@@ -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)