Skip to content

Commit fdc99d6

Browse files
authored
Disable the failing df017_vecOpsHEP.py test on Windows (root-project#10721)
* Disable a couple of failing tests on Windows - Disable `df017_vecOpsHEP.py` on Windows 64 (df017_vecOpsHEP.C was already disabled) - Disable `test-stressroofit-batchmode-cpu` on Win32 (crashes) * Don't disable stressRoofit
1 parent 250785e commit fdc99d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ elseif(MSVC AND NOT win_broken_tests)
9292
if("${CMAKE_GENERATOR_PLATFORM}" MATCHES "x64")
9393
list(APPEND dataframe_veto dataframe/df002_dataModel.py)
9494
list(APPEND dataframe_veto dataframe/df016_vecOps.py)
95+
list(APPEND dataframe_veto dataframe/df017_vecOpsHEP.py)
9596
endif()
9697
if(CMAKE_CXX_STANDARD GREATER 14)
9798
list(APPEND dataframe_veto dataframe/df032_MakeNumpyDataFrame.py)

0 commit comments

Comments
 (0)