diff --git a/CEP/Calibration/pystationresponse/test/CMakeLists.txt b/CEP/Calibration/pystationresponse/test/CMakeLists.txt index 48ba299ea0afb1ae378b79f5a73cb57361e689df..c902b87fa880df69c9ea5972a30fba43bde5d70f 100644 --- a/CEP/Calibration/pystationresponse/test/CMakeLists.txt +++ b/CEP/Calibration/pystationresponse/test/CMakeLists.txt @@ -6,9 +6,10 @@ include(FindPythonModule) find_python_module(pyrap) if(PYTHON_PYRAP_FOUND) - lofar_add_test(tStationBeamNCP) + #This test is disabled due to boost-python linking problems on CEP3 + #lofar_add_test(tStationBeamNCP) else(PYTHON_PYRAP_FOUND) - message(WARNING "Python-casacore was not found, not installing test tStationBeamNCP") + message(WARNING "Python-casacore was not found, disabling tStationBeamNCP") endif(PYTHON_PYRAP_FOUND) lofar_add_test(tpystationresponse)