This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b95a00  ARROW-3343: [Java] Disable flaky tests
2b95a00 is described below

commit 2b95a00096ac09ad824a08a1faa0304bf9c2698c
Author: Jacques Nadeau <[email protected]>
AuthorDate: Sat Oct 13 17:35:47 2018 -0400

    ARROW-3343: [Java] Disable flaky tests
    
    Disable flaky tests in Flight branch until they can be stabilized.
    
    Author: Jacques Nadeau <[email protected]>
    
    Closes #2753 from jacques-n/ARROW-3343 and squashes the following commits:
    
    45fd85bb4 <Jacques Nadeau> ARROW-3343:  Disable flaky tests in Flight 
branch until they can be stabilized.
---
 .../src/test/java/org/apache/arrow/flight/example/TestExampleServer.java | 1 +
 java/flight/src/test/java/org/apache/arrow/flight/perf/TestPerf.java     | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/java/flight/src/test/java/org/apache/arrow/flight/example/TestExampleServer.java
 
b/java/flight/src/test/java/org/apache/arrow/flight/example/TestExampleServer.java
index f2214b0..0f97120 100644
--- 
a/java/flight/src/test/java/org/apache/arrow/flight/example/TestExampleServer.java
+++ 
b/java/flight/src/test/java/org/apache/arrow/flight/example/TestExampleServer.java
@@ -38,6 +38,7 @@ import org.junit.Test;
 /**
  * Ensure that example server supports get and put.
  */
[email protected]
 public class TestExampleServer {
 
   private BufferAllocator allocator;
diff --git 
a/java/flight/src/test/java/org/apache/arrow/flight/perf/TestPerf.java 
b/java/flight/src/test/java/org/apache/arrow/flight/perf/TestPerf.java
index 6a59fe5..0c061ea 100644
--- a/java/flight/src/test/java/org/apache/arrow/flight/perf/TestPerf.java
+++ b/java/flight/src/test/java/org/apache/arrow/flight/perf/TestPerf.java
@@ -50,6 +50,7 @@ import com.google.common.util.concurrent.MoreExecutors;
 import com.google.flatbuffers.FlatBufferBuilder;
 import com.google.protobuf.ByteString;
 
[email protected]
 public class TestPerf {
 
   public static final boolean VALIDATE = false;

Reply via email to