Skip to content
代码片段 群组 项目
未验证 提交 b0ae4503 编辑于 作者: Lingnan Liu's avatar Lingnan Liu 提交者: GitHub
浏览文件

Enable testSelfHealingWithIgnoredBrokersPresentWithReplicaPlacements (#7198)

上级 752e11f3
No related branches found
No related tags found
无相关合并请求
......@@ -22,7 +22,6 @@ import io.confluent.pbt.NoIllegalMovementsForBrokersOfStateInvariant;
import io.confluent.pbt.RackAwareGoalOnlyImprovedInvariant;
import io.confluent.pbt.ReplicaCapacityGoalOnlyImprovedInvariant;
import net.jqwik.api.Arbitrary;
import net.jqwik.api.Disabled;
import net.jqwik.api.ForAll;
import net.jqwik.api.Property;
import net.jqwik.api.Provide;
......@@ -74,7 +73,6 @@ class SelfHealingWithIgnoredBrokersPresentTestPBT {
}
@Property
@Disabled
@StatisticsReport(format = Histogram.class)
public void testSelfHealingWithIgnoredBrokersPresentWithReplicaPlacements(@ForAll("clusterModelsWithReplicaPlacements") ClusterModels clusterModels) throws Exception {
testSelfHealingWithIgnoredBrokersPresent(clusterModels);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册