diff --git a/common/build_test.go b/common/build_test.go index 24b8760b348bad9795f2778fb97a122cc9da36b8..9f0374ba1808c8cd3127b685064edb8d5ecdce3c 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