do not execute the test case

This commit is contained in:
2013-10-04 14:12:52 +02:00
parent 55ed5ac764
commit debc54a28a

View File

@@ -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");