1
0

[MINOR] Disable TestHiveSyncGlobalCommitTool (#6119)

This commit is contained in:
Shiyan Xu
2022-07-15 12:23:21 -05:00
committed by GitHub
parent b781b31045
commit 726e8e3590

View File

@@ -24,6 +24,7 @@ import org.apache.hudi.hive.testutils.TestCluster;
import org.apache.hadoop.fs.Path;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
@@ -48,6 +49,7 @@ import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
@Disabled
public class TestHiveSyncGlobalCommitTool {
@RegisterExtension