Repository: nifi
Updated Branches:
  refs/heads/master f1d0a6b36 -> 7e97946c3


NIFI-3412 ignoring tests which depend on timing/network setup

This closes #1503.

Signed-off-by: Andy LoPresto <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/7e97946c
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/7e97946c
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/7e97946c

Branch: refs/heads/master
Commit: 7e97946c359bfcb62ef39a2ce37083554501f1b0
Parents: f1d0a6b
Author: joewitt <[email protected]>
Authored: Mon Feb 13 23:43:14 2017 -0500
Committer: Andy LoPresto <[email protected]>
Committed: Mon Feb 13 22:46:44 2017 -0800

----------------------------------------------------------------------
 .../test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/7e97946c/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java
 
b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java
index bcc4092..7d585e1 100644
--- 
a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java
+++ 
b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/test/java/org/apache/nifi/processors/gettcp/TestGetTCP.java
@@ -26,6 +26,7 @@ import java.net.Socket;
 import org.apache.nifi.util.TestRunner;
 import org.apache.nifi.util.TestRunners;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public final class TestGetTCP {
@@ -71,6 +72,7 @@ public final class TestGetTCP {
         testRunner.assertValid();
     }
 
+    @Ignore("test is brittle as depends on timing - not reliable across 
systems, in parallel builds, etc..")
     @Test
     public void testSuccessInteraction() throws Exception {
         int port = this.availablePort();
@@ -85,6 +87,7 @@ public final class TestGetTCP {
         server.stop();
     }
 
+    @Ignore("test is brittle as depends on timing - not reliable across 
systems, in parallel builds, etc..")
     @Test
     public void testPartialInteraction() throws Exception {
         int port = this.availablePort();

Reply via email to