Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-05-10 15:40:02 +0000
committerPascal Rapicault2010-05-10 15:40:02 +0000
commitc6b988866d938b4e6109f74a247f4879f6dab428 (patch)
tree74a810ce98127ae3e3510ef3e7d29e0a99fae96a /bundles
parent0e8a7778bb2c8471591ed936a653301d13030fca (diff)
downloadrt.equinox.p2-c6b988866d938b4e6109f74a247f4879f6dab428.tar.gz
rt.equinox.p2-c6b988866d938b4e6109f74a247f4879f6dab428.tar.xz
rt.equinox.p2-c6b988866d938b4e6109f74a247f4879f6dab428.zip
Disable the tests
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/AllTests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/AllTests.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/AllTests.java
index 0efbed883..19beeeac9 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/AllTests.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/AllTests.java
@@ -28,8 +28,8 @@ public class AllTests extends TestCase {
suite.addTestSuite(LatestIUTest.class);
suite.addTestSuite(LicenseTest.class);
suite.addTestSuite(MultipleIUAndFragmentTest.class);
- suite.addTestSuite(PersistNegation.class);
- suite.addTestSuite(PersistFragment.class);
+ // suite.addTestSuite(PersistNegation.class);
+ // suite.addTestSuite(PersistFragment.class);
suite.addTestSuite(ProvidedCapabilityTest.class);
return suite;
}

Back to the top