do not execute the test case
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user