From 9ceb810304d834cbba6015aa4a8e2c431a717366 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sun, 26 Jul 2020 22:40:17 -0500
Subject: [PATCH] commenting out example "allowed to fail" job

---
 .gitlab-ci.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba68e8f..923399c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,13 +67,13 @@ zdc_simulation:
     - cp NPDet/src/GenericDetectors/calorimeters/compact/materials.xml ./.
     - bash calorimeters/run_simulation_zdc.sh
 
-cal_test_1_dummy_test2:
-  stage: benchmarks
-  tags:
-    - sodium
-  script:
-    - bash calorimeters/dummy_test2.sh
-  allow_failure: true
+#cal_test_1_dummy_test2:
+#  stage: benchmarks
+#  tags:
+#    - sodium
+#  script:
+#    - bash calorimeters/dummy_test2.sh
+#  allow_failure: true
 
 cal_test_2_dummy_test:
   stage: benchmarks
-- 
GitLab