diff --git hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java index 86d3acb..f82ea9a 100644 --- hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java +++ hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java @@ -65,6 +65,7 @@ import org.apache.hive.hcatalog.listener.DbNotificationListener; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -982,6 +983,7 @@ public String apply(@Nullable Command cmd) { * and target, the changes are detected and propagated to target. * @throws Exception */ + @Ignore("Ignore until HIVE-16908 is solved") @Test public void testTableSchemaPropagation() throws Exception { try { @@ -1078,6 +1080,7 @@ public void testTableSchemaPropagation() throws Exception { * 5. The partitions' metadata is tested to be an exact replica of that on the source. * @throws Exception */ + @Ignore("Ignore until HIVE-16908 is solved") @Test public void testPartitionRegistrationWithCustomSchema() throws Exception { try { @@ -1206,6 +1209,7 @@ public void testPartitionRegistrationWithCustomSchema() throws Exception { * 5. The partitions' metadata is tested to be an exact replica of that on the source. * @throws Exception */ + @Ignore("Ignore until HIVE-16908 is solved") @Test public void testPartitionSpecRegistrationWithCustomSchema() throws Exception { try {