comment out non-working test; it seems to look at a URL that no longer

works
This commit is contained in:
Julian Dolby 2018-09-11 13:39:06 -04:00
parent e85f01b2b3
commit e4f62978cb
1 changed files with 3 additions and 2 deletions

View File

@ -16,8 +16,9 @@ public class FieldBasedCGGamesTest extends AbstractFieldBasedTest {
public void testBunnyHunt() throws IOException, WalaException, Error, CancelException {
runTestExceptOnTravis(new URL("http://www.themaninblue.com/experiment/BunnyHunt/"), new Object[][]{}, BuilderType.OPTIMISTIC);
}
@Test
// seems to break with http issues
//@Test
public void testBeslimed() throws IOException, WalaException, Error, CancelException {
runTestExceptOnTravis(new URL("http://www.markus-inger.de/test/game.php"), new Object[][]{}, BuilderType.OPTIMISTIC);
}