Skip to content

Commit 83b0afe

Browse files
committed
Revert "#35 Test that failing test does not publish to maven central"
This reverts commit 5abab83.
1 parent 5abab83 commit 83b0afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/securecodebox/persistence/defectdojo/model/EndpointTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
class EndpointTest {
1515
@Test
16+
@Disabled("#23 Fails due to wrong equals implementation")
1617
void equalsAndHashCode() {
1718
EqualsVerifier.forClass(Endpoint.class).verify();
1819
}

0 commit comments

Comments
 (0)