diff --git a/ch.psi.fda/src/test/java/ch/psi/fda/notification/NotificationAgentTest.java b/ch.psi.fda/src/test/java/ch/psi/fda/notification/NotificationAgentTest.java index 6cf3596..ccfd774 100644 --- a/ch.psi.fda/src/test/java/ch/psi/fda/notification/NotificationAgentTest.java +++ b/ch.psi.fda/src/test/java/ch/psi/fda/notification/NotificationAgentTest.java @@ -20,6 +20,7 @@ package ch.psi.fda.notification; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import ch.psi.fda.model.v1.Recipient; @@ -44,6 +45,7 @@ public class NotificationAgentTest { public void tearDown() throws Exception { } + @Ignore @Test public void testSendNotification() { NotificationAgent a = new NotificationAgent("mail.psi.ch", "supertoll@psi.ch");