summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java b/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java
index 5305695987..194cb1e423 100644
--- a/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java
+++ b/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java
@@ -25,7 +25,7 @@ import java.io.IOException;
import java.net.MalformedURLException;
import java.util.Iterator;
-import org.junit.Test;
+import org.junit.Ignore;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
import com.gargoylesoftware.htmlunit.WebClient;
@@ -36,7 +36,8 @@ import com.gargoylesoftware.htmlunit.html.HtmlParagraph;
*/
public class HelloworldTestCase {
- @Test
+ //@Test
+ @Ignore("TUSCANY-3134")
public void testA() throws FailingHttpStatusCodeException, MalformedURLException, IOException {
HtmlPage page = (HtmlPage)new WebClient().getPage("http://localhost:8085/helloworld-bpel");
Iterator<?> ss = page.getAllHtmlChildElements();