Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 7097f66

Browse files
committed
Revert "Break Tests to see if build stops"
This reverts commit be215f9.
1 parent ef2139e commit 7097f66

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scb-engine/src/test/java/io/securecodebox/engine/auth/CamundaAuthenticationProviderTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ public class CamundaAuthenticationProviderTest {
3333
@Mock
3434
Authentication authDummy;
3535

36-
37-
//--------------------------
38-
@Test
39-
public void testShouldFail() {
40-
throw new RuntimeException("THIS BREAKS ON PURPOSE");
41-
}
42-
//--------------------------
43-
4436
@Test
4537
public void shouldAuthenticateIfCredentialsAreValid() {
4638
given(authDummy.getName()).willReturn("username");

0 commit comments

Comments
 (0)