diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java index f52338a24b..a5c41bc6b6 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java @@ -82,6 +82,7 @@ import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; public class TestJdbcWithMiniHS2 { @@ -1021,6 +1022,7 @@ public void testHttpHeaderSize() throws Exception { * Test for jdbc driver retry on NoHttpResponseException * @throws Exception */ + @Ignore("Flaky test. Should be re-enabled in HIVE-19706") @Test public void testHttpRetryOnServerIdleTimeout() throws Exception { // Stop HiveServer2