summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-26 15:37:49 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-26 15:37:49 +0000
commit8cfe8a55f6aa8616d6ee04d72d8af98315fc35ee (patch)
treee1f97eb3b799b05e926948f065fefd614a3d8ee7 /branches/sca-java-1.x
parent553e1d5e0974cebc752cd300c5ca02712cdaa77c (diff)
Take store-test out of build as its broken, see TUSCANY-2944
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java b/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
index 5efec4ee2c..588c014fdf 100644
--- a/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
+++ b/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
@@ -29,6 +29,7 @@ import org.apache.tuscany.sca.node.launcher.NodeLauncher;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
+import org.junit.Ignore;
import client.Shopper;
@@ -38,6 +39,7 @@ import client.Shopper;
*
* @version $Rev$ $Date$
*/
+ @Ignore("Broken, see TUSCANY-2944")
public class StoreSupplierTestCase {
private SCANode domainManager;