forked from External/mage
tests: disabled randomly failed AI test
This commit is contained in:
parent
7644d1895c
commit
bfe218dd05
2 changed files with 2 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ public class ComputerPlayer6 extends ComputerPlayer {
|
||||||
}
|
}
|
||||||
logger.warn("Possible freeze chain:");
|
logger.warn("Possible freeze chain:");
|
||||||
if (root != null && chain.isEmpty()) {
|
if (root != null && chain.isEmpty()) {
|
||||||
logger.warn(" - unknown use case (too many possible targets?)"); // maybe can't finish any calc, maybe related to target options, I don't know
|
logger.warn(" - unknown use case (too many possible targets?)"); // maybe can't finish any calc, maybe related to target options
|
||||||
}
|
}
|
||||||
chain.forEach(s -> {
|
chain.forEach(s -> {
|
||||||
logger.warn(" - " + s);
|
logger.warn(" - " + s);
|
||||||
|
|
|
||||||
|
|
@ -216,6 +216,7 @@ public class SimulationPerformanceAITest extends CardTestPlayerBaseAI {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore // TODO: enable and fix random error with too many sim nodes (depends on machine performance?)
|
||||||
public void test_ElderDeepFiend_TooManyUpToChoices() {
|
public void test_ElderDeepFiend_TooManyUpToChoices() {
|
||||||
// bug: game freeze with 100% CPU usage
|
// bug: game freeze with 100% CPU usage
|
||||||
// https://github.com/magefree/mage/issues/9518
|
// https://github.com/magefree/mage/issues/9518
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue