diff options
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java | 2 |
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; |