From e6e9ab76201a5599b59fe940f3a5decb154d9be9 Mon Sep 17 00:00:00 2001
From: Jon Azpiazu <jon.azpiazu@tecnalia.com>
Date: Mon, 17 Feb 2020 14:22:43 +0100
Subject: [PATCH] Disallow failure for clang format test

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml   | 1 -
 .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 354e043..db3609b 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -89,7 +89,6 @@ clang_format:
   when: always
   tags:
     - docker
-  allow_failure: yes
 
 ##########################################################
 ## Simple check for basic Python syntax errors; this is much less thorough than
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index 3fd1545..afee704 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -91,7 +91,6 @@ clang_format:
   when: always
   tags:
     - docker
-  allow_failure: yes
 
 ##########################################################
 ## Simple check for basic Python syntax errors; this is much less thorough than
-- 
GitLab