From eae47879d8a6d26e3f8de833fda4fc8348939fb7 Mon Sep 17 00:00:00 2001
From: Tomasz Maczukin <tomasz@maczukin.pl>
Date: Thu, 18 Oct 2018 08:57:05 +0200
Subject: [PATCH] Add temporary test failure to check JUnit integration

---
 common/build_test.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/build_test.go b/common/build_test.go
index 24b8760b3..9f0374ba1 100644
--- a/common/build_test.go
+++ b/common/build_test.go
@@ -661,3 +661,8 @@ func TestIsFeatureFlagOn(t *testing.T) {
 	}
 
 }
+
+func TestForceFailure(t *testing.T) {
+	t.Log("Temporary failure for junit integration testing purpose")
+	t.Fail()
+}
\ No newline at end of file
-- 
GitLab