This is an automated email from the ASF dual-hosted git repository.
kszucs 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 3ebc34411a ARROW-16307: [Java][FlightRPC] Skip flaky test
TestDoExchange.testClientCancel
3ebc34411a is described below
commit 3ebc34411a7cb937b6ee9bf799e087b04bf46926
Author: David Li <[email protected]>
AuthorDate: Mon Apr 25 14:36:38 2022 +0200
ARROW-16307: [Java][FlightRPC] Skip flaky test
TestDoExchange.testClientCancel
Closes #12986 from lidavidm/arrow-16307
Authored-by: David Li <[email protected]>
Signed-off-by: Krisztián Szűcs <[email protected]>
---
.../src/test/java/org/apache/arrow/flight/TestDoExchange.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestDoExchange.java
b/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestDoExchange.java
index 70394e11e0..6c9b560342 100644
---
a/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestDoExchange.java
+++
b/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestDoExchange.java
@@ -45,6 +45,7 @@ import org.apache.arrow.vector.types.pojo.Field;
import org.apache.arrow.vector.types.pojo.Schema;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
public class TestDoExchange {
@@ -353,6 +354,7 @@ public class TestDoExchange {
/** Have the client cancel without reading; ensure memory is not leaked. */
@Test
+ @Ignore
public void testClientCancel() throws Exception {
try (final FlightClient.ExchangeReaderWriter stream =
client.doExchange(FlightDescriptor.command(EXCHANGE_DO_GET))) {