[MINOR] Disable TestHiveSyncGlobalCommitTool (#6119)
This commit is contained in:
@@ -24,6 +24,7 @@ import org.apache.hudi.hive.testutils.TestCluster;
|
|||||||
import org.apache.hadoop.fs.Path;
|
import org.apache.hadoop.fs.Path;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.extension.RegisterExtension;
|
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.assertNotEquals;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
|
||||||
|
@Disabled
|
||||||
public class TestHiveSyncGlobalCommitTool {
|
public class TestHiveSyncGlobalCommitTool {
|
||||||
|
|
||||||
@RegisterExtension
|
@RegisterExtension
|
||||||
|
|||||||
Reference in New Issue
Block a user