From 81f2e0a0c41d6b994c25d6139f26e884d5e21a76 Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Tue, 21 Feb 2023 13:35:09 +0100
Subject: [PATCH] Commenting some unnecessary tests

---
 src/interpolation/interpolation_unit_tests.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interpolation/interpolation_unit_tests.cpp b/src/interpolation/interpolation_unit_tests.cpp
index cede5253..91da8a78 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;
-        }
+        }*/
 
 /*
 
-- 
GitLab