diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index abdbe2724f14899743a04d284528c45dbe5e63af..049f2ed8f13525a47bb4070cb1338c6a820c8858 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -11,7 +11,7 @@ if (CUDA_ON_BACKEND STREQUAL "CUDA")
 	set(CUDA_SOURCES ${CUDA_SOURCES} DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cu
 			                 DCPSE/DCPSE_op/tests/DCPSE_op_test_base_tests.cu
 					 #DCPSE/DCPSE_op/tests/DCPSE_op_subset_test.cu
-					 OdeIntegrators/tests/Odeintegrators_test_gpu.cu
+					 #OdeIntegrators/tests/Odeintegrators_test_gpu.cu
 			                 DCPSE/DCPSE_op/tests/DCPSE_op_test_temporal.cu)
 endif()