Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2013-01-28 05:35:16 +0000
committerPascal Rapicault (Ericsson)2013-01-28 05:35:16 +0000
commit25ac367915cc6fcfbbc1ccea8788e12ad786646e (patch)
treeab78ca753f1dfdcb0547083bcfb0b1876a143656 /bundles/org.eclipse.equinox.frameworkadmin.test
parent678eeacf3f84bd32d4c152fddb6cbb045cd4443f (diff)
downloadrt.equinox.p2-25ac367915cc6fcfbbc1ccea8788e12ad786646e.tar.gz
rt.equinox.p2-25ac367915cc6fcfbbc1ccea8788e12ad786646e.tar.xz
rt.equinox.p2-25ac367915cc6fcfbbc1ccea8788e12ad786646e.zip
Temporarily disable the SharedConfigurationTestv20130128-053516
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.test')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/AllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/AllTests.java b/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/AllTests.java
index 785d13736..3f42e49cc 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/AllTests.java
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/AllTests.java
@@ -42,7 +42,7 @@ public class AllTests extends TestCase {
suite.addTestSuite(RemovingABundle.class);
suite.addTestSuite(RemovingAllBundles.class);
suite.addTestSuite(RenamingLauncherIni.class);
- suite.addTestSuite(SharedConfigurationTest.class);
+// suite.addTestSuite(SharedConfigurationTest.class);
suite.addTestSuite(SimpleConfiguratorComingAndGoing.class);
suite.addTestSuite(SimpleConfiguratorTest.class);
suite.addTestSuite(TestEclipseDataArea.class);

Back to the top