Skip to content

Commit

Permalink
Update tests/test_mounts.py
Browse files Browse the repository at this point in the history
Accepted the review comment.

Signed-off-by: Gautham Ananthakrishna <[email protected]>
Co-authored-by: Stephen Brennan <[email protected]>
  • Loading branch information
gtmoth and brenns10 committed Nov 14, 2023
1 parent bc0f1f8 commit 8edbf49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8edbf49

Please sign in to comment.