Skip to content

Commit

Permalink
test: disable pmem2_vm_reservation/TEST22 w/ Valgrind
Browse files Browse the repository at this point in the history
Disable the test for 'pmemcheck', 'drd', 'helgrind', 'memcheck'
until pmem#5592 is fixed.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 24, 2023
1 parent 90ef249 commit e6c38fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/pmem2_vm_reservation/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ class TEST21(PMEM2_VM_RESERVATION):
test_case = "test_vm_reserv_map_unmap_multiple_files"


# XXX disable the test for 'pmemcheck', 'drd', 'helgrind', 'memcheck'
# until https://github.com/pmem/pmdk/issues/5592 is fixed.
@t.require_valgrind_disabled('pmemcheck', 'drd', 'helgrind', 'memcheck')
class TEST22(PMEM2_VM_RESERVATION_DEVDAX):
"""
DevDax map multiple files to a vm reservation, then
Expand Down

0 comments on commit e6c38fa

Please sign in to comment.