diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java index 4eaff10..00bb278 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java @@ -37,6 +37,7 @@ import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; @@ -2350,7 +2351,7 @@ public void testShowRoleGrant() throws SQLException { * that runs for a sufficiently long time. * @throws Exception */ - @Test + @Ignore @Test public void testQueryCancel() throws Exception { String udfName = SleepUDF.class.getName(); Statement stmt1 = con.createStatement();