mirror of https://github.com/apache/nifi.git
NIFI-282: Updated unit test
This commit is contained in:
parent
5c8a9e22d1
commit
8f0402fbbc
|
@ -36,7 +36,7 @@ import org.junit.Test;
|
|||
public class TestSiteToSiteClient {
|
||||
|
||||
@Test
|
||||
//@Ignore("For local testing only; not really a unit test but a manual test")
|
||||
@Ignore("For local testing only; not really a unit test but a manual test")
|
||||
public void testReceive() throws IOException {
|
||||
System.setProperty("org.slf4j.simpleLogger.log.org.apache.nifi.remote", "DEBUG");
|
||||
|
||||
|
@ -71,7 +71,7 @@ public class TestSiteToSiteClient {
|
|||
|
||||
|
||||
@Test
|
||||
//@Ignore("For local testing only; not really a unit test but a manual test")
|
||||
@Ignore("For local testing only; not really a unit test but a manual test")
|
||||
public void testSend() throws IOException {
|
||||
System.setProperty("org.slf4j.simpleLogger.log.org.apache.nifi.remote", "DEBUG");
|
||||
|
||||
|
|
Loading…
Reference in New Issue