diff --git a/src/interpolation/interpolation_unit_tests.cpp b/src/interpolation/interpolation_unit_tests.cpp
index cede52534e3d2f2ce6c750b2266d0996ba166981..91da8a78dfad41ebb061e46ea364d2d35ce4db6b 100644
--- a/src/interpolation/interpolation_unit_tests.cpp
+++ b/src/interpolation/interpolation_unit_tests.cpp
@@ -991,7 +991,7 @@ BOOST_AUTO_TEST_CASE( int_kernel_test_double)
 		BOOST_REQUIRE_SMALL(tot,0.001);
 }
 
-
+/*
 BOOST_AUTO_TEST_CASE(InterpolationConvergenceP2M)
 {
         size_t res;
@@ -1223,7 +1223,7 @@ BOOST_AUTO_TEST_CASE(InterpolationMoving)
             gd.write_frame("Grid",ctr);
             ctr++;
             t+=dt;
-        }
+        }*/
 
 /*