From 8edbf49cddacc79052a1964c14f97cd513cdadde Mon Sep 17 00:00:00 2001 From: Gautham Ananthakrishna Date: Tue, 14 Nov 2023 11:01:36 +0530 Subject: [PATCH] Update tests/test_mounts.py Accepted the review comment. Signed-off-by: Gautham Ananthakrishna Co-authored-by: Stephen Brennan --- tests/test_mounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_mounts.py b/tests/test_mounts.py index 7c2c7b5e..a0ff7fa2 100644 --- a/tests/test_mounts.py +++ b/tests/test_mounts.py @@ -23,6 +23,7 @@ def get_proc_mounts(): return proc_mount_table +@pytest.mark.skip_vmcore("*") def test_show_mounts(prog): differences = [] prog_table = mounts.get_mountinfo(prog)