diff --git a/cmake/TestsRelaxSE.cmake b/cmake/TestsRelaxSE.cmake
index 8f85ccf0b81191c1187719c5a6bc4fc4fed04b27..b18bbafc6b9827b511db4f14317c80f0dca7372c 100644
--- a/cmake/TestsRelaxSE.cmake
+++ b/cmake/TestsRelaxSE.cmake
@@ -66,7 +66,7 @@ if(ENABLE_MPI)
 endif()
 
 
-  
+if (CMAKE_Fortran_COMPILER_ID MATCHES GNU)  #would need Intel binaries as input to test with Intel
   add_test(
     NAME prop_CuO_02204
     COMMAND python3 ${CMAKE_SOURCE_DIR}/test/prop_CuO_02204/test_prop --binary-dir=${CMAKE_BINARY_DIR} --work-dir=${CMAKE_BINARY_DIR}/test/prop_CuO_02204 --verbose --log=${CMAKE_BINARY_DIR}/test/prop_CuO_02204/runtest.stderr.logprop)
@@ -90,7 +90,7 @@ endif()
     COMMAND python3 ${CMAKE_SOURCE_DIR}/test/prop_CuO_03450/test_prop --binary-dir=${CMAKE_BINARY_DIR} --work-dir=${CMAKE_BINARY_DIR}/test/prop_CuO_03450 --verbose --log=${CMAKE_BINARY_DIR}/test/prop_CuO_03450/runtest.stderr.logprop)
   set_tests_properties(prop_CuO_03450 PROPERTIES
     RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/test/prop_CuO_03450)
-
+endif()
 
 if(ENABLE_DEV)