Skip to content

Commit

Permalink
test: disable ex_libpmem2 TEST6 until pmem#5638 and pmem#5593 are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed May 19, 2023
1 parent 9c9301b commit a2b42e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/ex_libpmem2/TESTS.py
Expand Up @@ -100,6 +100,12 @@ class TEST501(EX_LIBPMEM2_TEST5): # to be removed when fixed


@t.windows_exclude
# XXX disable the test for `memcheck'
# until https://github.com/pmem/pmdk/issues/5638 is fixed.
@t.require_valgrind_disabled('memcheck')
# XXX disable the test for `drd'
# until https://github.com/pmem/pmdk/issues/5593 is fixed.
@t.require_valgrind_disabled('drd')
# This test case would require two VALGRIND_SET_CLEAN() calls
# to be added to the "src/examples/libpmem2/ringbuf/ringbuf.c"
# example (see https://github.com/pmem/pmdk/pull/5604)
Expand Down

0 comments on commit a2b42e7

Please sign in to comment.