Skip to content
Snippets Groups Projects
Commit 6d71c1bb authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removing year specific test

parent c99deb54
Branches
No related tags found
2 merge requests!85chore(deps): update dependency org.hibernate:hibernate-spatial to v6.1.7.final - autoclosed,!84chore(deps): update dependency org.hibernate:hibernate-core to v6.1.7.final - autoclosed
......@@ -56,8 +56,9 @@ public class BarkbeetleBeanTest {
/**
* Test of isTimeToSendFirstReminder method, of class BarkbeetleBean.
* They are year specific, hard to test in other ways without not really testing
*/
@Test
//@Test
public void testIsTimeToSendFirstReminder() throws Exception {
System.out.println("isTimeToSendFirstReminder");
......@@ -98,8 +99,9 @@ public class BarkbeetleBeanTest {
/**
* Test of isTimeToSendSecondReminder method, of class BarkbeetleBean.
* They are year specific, hard to test in other ways without not really testing
*/
@Test
//@Test
public void testIsTimeToSendSecondReminder() throws Exception {
System.out.println("isTimeToSendSecondReminder");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment