Skip to content
Snippets Groups Projects
Unverified Commit eae47879 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Add temporary test failure to check JUnit integration

parent d065c073
No related tags found
No related merge requests found
...@@ -661,3 +661,8 @@ func TestIsFeatureFlagOn(t *testing.T) { ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment