Skip to content

Commit

Permalink
test: disable test until pmem#5599 fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 17, 2023
1 parent 1719502 commit 4d262ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/pmem2_map_prot/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ class TEST6(PMEM2_MAP_PROT):


@t.require_architectures('x86_64')
# XXX disable test until https://github.com/pmem/pmdk/issues/5599 fixed.
@t.require_valgrind_disabled('memcheck')
class TEST7(PMEM2_MAP_PROT):
"""
READ|EXEC protection on file opened in read|write|exec mode; test runs
Expand Down

0 comments on commit 4d262ae

Please sign in to comment.