diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp
index 4375e1204a2bcb5aa68288d60cb49ce02a35b5de..0a116a776407169954cab33b27625ea59c4cbbcf 100644
--- a/src/Vector/tests/vector_dist_dlb_test.hpp
+++ b/src/Vector/tests/vector_dist_dlb_test.hpp
@@ -305,6 +305,7 @@ template<typename vector_type> void test_dlb_vector()
 		if (create_vcluster().rank() == 0)
 		{
 			std::cout << "Activating Crash " << std::endl;
+			return;
 		}
 
 		auto VV2 = vd.getVerlet(0.01);