From e4f62978cbde2eb458a93ac36a4c9439a680e4f3 Mon Sep 17 00:00:00 2001 From: Julian Dolby Date: Tue, 11 Sep 2018 13:39:06 -0400 Subject: [PATCH] comment out non-working test; it seems to look at a URL that no longer works --- .../callgraph/fieldbased/test/FieldBasedCGGamesTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/rhino/callgraph/fieldbased/test/FieldBasedCGGamesTest.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/rhino/callgraph/fieldbased/test/FieldBasedCGGamesTest.java index 2684e7af3..2a53ff30b 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/rhino/callgraph/fieldbased/test/FieldBasedCGGamesTest.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/rhino/callgraph/fieldbased/test/FieldBasedCGGamesTest.java @@ -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); }