summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
index 86e6e4e9c5..cbed39c295 100644
--- a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
+++ b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
@@ -28,6 +28,7 @@ import org.apache.tuscany.sca.node.Node;
import org.apache.tuscany.sca.node.NodeFactory;
import org.junit.AfterClass;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
/**
@@ -35,6 +36,7 @@ import org.junit.Test;
*
* @version $Rev$ $Date$
*/
+@Ignore
public class HelloWorldTestCase {
private static Node node;