From 8cfe8a55f6aa8616d6ee04d72d8af98315fc35ee Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 26 Mar 2009 15:37:49 +0000 Subject: 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 --- .../tutorials/store/store-test/test/StoreSupplierTestCase.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'branches/sca-java-1.x/tutorials/store/store-test/test') 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; -- cgit v1.2.3