summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'unittests')
-rw-r--r--unittests/framework/test/test_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/framework/test/test_base.py b/unittests/framework/test/test_base.py
index 40df8f06e..ba7719d3a 100644
--- a/unittests/framework/test/test_base.py
+++ b/unittests/framework/test/test_base.py
@@ -395,9 +395,6 @@ class TestValgrindMixin(object):
test.run()
assert test.result.result is status.PASS
- # There is a bug in Valgrind mixin, It needs to handle warn, since
- # Test will set a returncode of != 0 to warn
- @pytest.mark.xfail
def test_failed_valgrind(self, mocker):
"""test.base.ValgrindMixin.run: when a test is 'pass' but
returncode is not 0 it's 'fail'.