diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java index 86d3acb..a83f9d9 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java @@ -982,7 +982,8 @@ public String apply(@Nullable Command cmd) { * and target, the changes are detected and propagated to target. * @throws Exception */ - @Test + // TODO: Re-enable, after resolving HIVE-16908. + // @Test public void testTableSchemaPropagation() throws Exception { try { startReplicationTargetMetaStoreIfRequired(); @@ -1078,7 +1079,8 @@ public void testTableSchemaPropagation() throws Exception { * 5. The partitions' metadata is tested to be an exact replica of that on the source. * @throws Exception */ - @Test + // TODO: Re-enable, after resolving HIVE-16908. + // @Test public void testPartitionRegistrationWithCustomSchema() throws Exception { try { startReplicationTargetMetaStoreIfRequired(); @@ -1206,7 +1208,8 @@ public void testPartitionRegistrationWithCustomSchema() throws Exception { * 5. The partitions' metadata is tested to be an exact replica of that on the source. * @throws Exception */ - @Test + // TODO: Re-enable, after resolving HIVE-16908 + // @Test public void testPartitionSpecRegistrationWithCustomSchema() throws Exception { try { startReplicationTargetMetaStoreIfRequired();