You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/10/14 15:23:35 UTC

apex-malhar git commit: APEXMALHAR-2284 Disabled the POJOInnerJoinOperatorTest

Repository: apex-malhar
Updated Branches:
  refs/heads/master 352e2d92c -> 7477502f3


APEXMALHAR-2284 Disabled the POJOInnerJoinOperatorTest


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/7477502f
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/7477502f
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/7477502f

Branch: refs/heads/master
Commit: 7477502f3732cf11afc4cb611ddf465367d5c303
Parents: 352e2d9
Author: chaitanya <ch...@apache.org>
Authored: Fri Oct 14 11:20:05 2016 +0530
Committer: Thomas Weise <th...@apache.org>
Committed: Fri Oct 14 08:21:19 2016 -0700

----------------------------------------------------------------------
 .../org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/7477502f/library/src/test/java/org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java
----------------------------------------------------------------------
diff --git a/library/src/test/java/org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java b/library/src/test/java/org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java
index 0b31c32..2064c45 100644
--- a/library/src/test/java/org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java
+++ b/library/src/test/java/org/apache/apex/malhar/lib/join/POJOInnerJoinOperatorTest.java
@@ -22,6 +22,7 @@ import java.io.IOException;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -37,6 +38,7 @@ import com.datatorrent.lib.testbench.CollectorTestSink;
 import com.datatorrent.lib.util.TestUtils;
 import com.datatorrent.stram.engine.PortContext;
 
+@Ignore
 public class POJOInnerJoinOperatorTest
 {
   @Rule