Skip to content

Commit

Permalink
test: disable obj_defrag_advanced/TEST5 until pmem#5690 is fixed
Browse files Browse the repository at this point in the history
Disable the test for 'drd'
until pmem#5690 is fixed.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 24, 2023
1 parent 43933bd commit 5a363c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/test/obj_defrag_advanced/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 @@ -103,8 +103,12 @@ class TEST4(ObjDefragAdvancedMt):
ncycles = 25


# XXX disable the test for 'drd'
# until https://github.com/pmem/pmdk/issues/5690 is fixed.
# previousely the test has been disabled for other Valgrind options
# This test last too long under helgrind/memcheck/pmemcheck
@t.require_valgrind_disabled('helgrind', 'memcheck', 'pmemcheck')
# @t.require_valgrind_disabled('helgrind', 'memcheck', 'pmemcheck')
@t.require_valgrind_disabled('helgrind', 'memcheck', 'pmemcheck', 'drd')
class TEST5(ObjDefragAdvancedMt):

max_nodes = 256
Expand Down

0 comments on commit 5a363c9

Please sign in to comment.