tests: disabled randomly failed AI test

This commit is contained in:
Oleg Agafonov 2025-08-15 08:41:15 +04:00
parent 7644d1895c
commit bfe218dd05
2 changed files with 2 additions and 1 deletions

View file

@ -502,7 +502,7 @@ public class ComputerPlayer6 extends ComputerPlayer {
}
logger.warn("Possible freeze chain:");
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 -> {
logger.warn(" - " + s);