Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/1143#discussion_r173093078
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/server/TestDrillbitResilience.java
---
@@ -650,6 +650,7 @@ public void dataArrived(final QueryDataBatch result,
final ConnectionThrottle th
@Test // DRILL-2383: Cancellation TC 3: cancel after all result set are
produced but not all are fetched
@Repeat(count = NUM_RUNS)
+ @Ignore
--- End diff --
Please log a JIRA and reference it in this ignore statement
---