diff --git a/ql/src/test/org/apache/hadoop/hive/ql/stats/TestStatsUpdaterThread.java b/ql/src/test/org/apache/hadoop/hive/ql/stats/TestStatsUpdaterThread.java index 14f86eabbc..43fc33c8bf 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/stats/TestStatsUpdaterThread.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/stats/TestStatsUpdaterThread.java @@ -45,6 +45,7 @@ import org.apache.hadoop.hive.ql.session.SessionState; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -162,6 +163,7 @@ public void testExistingOnly() throws Exception { msClient.close(); } + @Ignore @Test(timeout=80000) public void testQueueingWithThreads() throws Exception { final int PART_COUNT = 12;