Skip to content

Commit

Permalink
Revert ill thought through test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbolt committed Dec 11, 2023
1 parent 8ca6f9d commit 63134e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions EubosChess/src/test/java/eubos/main/EubosEngineMainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,6 @@ public void test_WAC_283_position() throws InterruptedException, IOException {
}
}

@Test
public void test_lichess_bot_startup() throws IOException, InterruptedException {
setupEngine();
commands.add(new CommandPair(POS_START_PREFIX+"moves e2e4 e7e6 g1f3"+CMD_TERMINATOR, null));
commands.add(new CommandPair("go wtime 1740 btime 1790 winc 1000 binc 1000"+CMD_TERMINATOR, BEST_PREFIX+"b8c6"+CMD_TERMINATOR));
performTest(1000);
}

@Test
public void test_aspiration_failure_processing() throws IOException, InterruptedException {
if (EubosEngineMain.ENABLE_TEST_SUITES) {
Expand Down

0 comments on commit 63134e9

Please sign in to comment.