diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp
index a68bfe1e49077556d55b0634820380895aca123c..d02d80f69872006a0b4364db9811b8d3cd586072 100644
--- a/src/Vector/tests/vector_dist_dlb_test.hpp
+++ b/src/Vector/tests/vector_dist_dlb_test.hpp
@@ -302,15 +302,6 @@ template<typename vector_type> void test_dlb_vector()
 		vd.map();
 		vd.template ghost_get<>();
 
-		//////////////////////////////////
-		
-		if (create_vcluster().rank() == 0)
-		{
-			return;
-		}
-		
-		/////////////////////////////////
-
 		auto VV2 = vd.getVerlet(0.01);
 
 		auto it2 = vd.getDomainIterator();