Tests: fixed travis-ci on too much logs

This commit is contained in:
Oleg Agafonov 2023-03-25 15:20:51 +04:00
parent a7ab25a5b5
commit 1d17895caa

View file

@ -4425,8 +4425,6 @@ public class TestPlayer implements Player {
private void assertWrongChoiceUsage(String choice) {
// TODO: enable fail checks and fix tests, it's a part of setStrictChooseMode's implementation to all tests
//Assert.fail("Wrong choice command: " + choice);
LOGGER.warn("Wrong choice command: " + choice);
new Exception("WARNING, test must be fixed to use correct choice commands instead [" + choice + "]").printStackTrace();
}
}