Skip to content

Commit 9be0990

Browse files
vepadulanodpiparo
authored andcommitted
[python] Remove fragile test
This test is fragile because we cannot be sure that RSS is a stable metric to evaluate the absence of a memory leak. The test itself has already demonstrated to be limited, in fact it was already modified or relaxed twice before: 038054b 015f440 It now starts also causing intermittent failures on MacOS which are not representative of a new memory leak, so it is better to just remove it.
1 parent fc2c009 commit 9be0990

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

bindings/pyroot/pythonizations/test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,4 @@ endif()
194194
# TComplex pythonizations
195195
ROOT_ADD_PYUNITTEST(pyroot_tcomplex tcomplex_operators.py)
196196

197-
# Tests with memory usage
198-
ROOT_ADD_PYUNITTEST(pyroot_memory memory.py)
199-
200197
ROOT_ADD_PYUNITTEST(regression_18441 regression_18441.py)

bindings/pyroot/pythonizations/test/memory.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)