diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src/test/java/itest/HelloworldTestCase.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src/test/java/itest/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src/test/java/itest/HelloworldTestCase.java index 099b442050..de41997a59 100644 --- a/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src/test/java/itest/HelloworldTestCase.java +++ b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-js-client/src/test/java/itest/HelloworldTestCase.java @@ -30,11 +30,13 @@ import java.net.URL; import java.net.URLConnection;
import java.net.URLEncoder;
+import org.junit.Ignore;
import org.junit.Test;
/**
* Verfiy the serverside code is working, not sure how to easily itest the browser javascript code
*/
+@Ignore("TUSCANY-3688")
public class HelloworldTestCase {
@Test
|