You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/10 21:35:58 UTC

[arrow] branch master updated: [Release/Java] Disable Flight test case

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 76618f6  [Release/Java] Disable Flight test case
76618f6 is described below

commit 76618f66ee8ce75cbe09d1d1a8c313dad3d94127
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu Jan 10 22:35:53 2019 +0100

    [Release/Java] Disable Flight test case
---
 java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java b/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
index 6b23a40..71c90d3 100644
--- a/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
+++ b/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
@@ -29,6 +29,7 @@ import org.apache.arrow.vector.types.Types.MinorType;
 import org.apache.arrow.vector.types.pojo.Field;
 import org.apache.arrow.vector.types.pojo.Schema;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import com.google.common.collect.ImmutableList;
@@ -78,6 +79,7 @@ public class TestBackPressure {
   /**
    * Make sure that a stream doesn't go faster than the consumer is consuming.
    */
+  @Ignore
   @Test
   public void ensureWaitUntilProceed() throws Exception {
     // request some values.