disable test (requires root)

Last-Update: 2018-06-15
Forwarded: not-needed

Gbp-Pq: Name test--skip_TestFactoryNewTmpfs.patch
This commit is contained in:
Dmitry Smirnov 2022-07-28 16:28:22 +08:00 committed by Lu zhiping
parent ab789707d4
commit 16f538838b
1 changed files with 1 additions and 0 deletions

View 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)