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

Disabling 2022-specific barkbeetle tests

parent 77dc2231
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......@@ -95,11 +96,12 @@ public class BarkbeetleBeanTest {
assertTrue(instance.isTimeToSendFirstReminder(currentDate));
}
/**
* 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