From 3675a944e6112691e16dfa765a32d7d1aef2bdf4 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 27 May 2019 17:35:38 +0200 Subject: [PATCH] Disabling gitlab --- .gitlab-ci.yml => .gitlab-ci.yml_bck | 0 src/Vector/tests/vector_dist_unit_test.cpp | 10 ---------- 2 files changed, 10 deletions(-) rename .gitlab-ci.yml => .gitlab-ci.yml_bck (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml_bck similarity index 100% rename from .gitlab-ci.yml rename to .gitlab-ci.yml_bck diff --git a/src/Vector/tests/vector_dist_unit_test.cpp b/src/Vector/tests/vector_dist_unit_test.cpp index 7aec59399..a4780586f 100644 --- a/src/Vector/tests/vector_dist_unit_test.cpp +++ b/src/Vector/tests/vector_dist_unit_test.cpp @@ -338,16 +338,6 @@ BOOST_AUTO_TEST_CASE( vector_dist_iterator_test_use_2d ) ++it; } - ///////// induce crash // - - if (v_cl.rank() == 0) - { - std::cout << "CRASH" << std::endl; - return; - } - - // - vd.map(); //! [Create a vector of random elements on each processor 2D] -- GitLab