This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new ca6ad6bc3 Disable the unstable test for task framework
ca6ad6bc3 is described below
commit ca6ad6bc35ad9a83607392e6b141722d854be7e5
Author: Junkai Xue <[email protected]>
AuthorDate: Wed May 8 15:42:32 2024 -0700
Disable the unstable test for task framework
---
.../helix/integration/task/TestTaskSchedulingTwoCurrentStates.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/helix-core/src/test/java/org/apache/helix/integration/task/TestTaskSchedulingTwoCurrentStates.java
b/helix-core/src/test/java/org/apache/helix/integration/task/TestTaskSchedulingTwoCurrentStates.java
index ada5157a3..4181c4b82 100644
---
a/helix-core/src/test/java/org/apache/helix/integration/task/TestTaskSchedulingTwoCurrentStates.java
+++
b/helix-core/src/test/java/org/apache/helix/integration/task/TestTaskSchedulingTwoCurrentStates.java
@@ -96,7 +96,7 @@ public class TestTaskSchedulingTwoCurrentStates extends
TaskTestBase {
super.afterClass();
}
- @Test
+ @Test (enabled = false)
public void testTargetedTaskTwoCurrentStates() throws Exception {
_gSetupTool.addResourceToCluster(CLUSTER_NAME, DATABASE, _numPartitions,
MASTER_SLAVE_STATE_MODEL, IdealState.RebalanceMode.SEMI_AUTO.name());