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 046e458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/pmem2_map_prot/TESTS.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!../env.py
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020, Intel Corporation
# Copyright 2020-2023, Intel Corporation
#

import testframework as t
Expand Down Expand Up @@ -72,6 +72,8 @@ class TEST6(PMEM2_MAP_PROT):


@t.require_architectures('x86_64')
# XXX disable the test until https://github.com/pmem/pmdk/issues/5599 is 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 046e458

Please sign in to comment.