Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2008-10-22 03:28:56 +0000
committerPascal Rapicault2008-10-22 03:28:56 +0000
commitf68c122b7ade834464953626d3c181b47eab11f7 (patch)
tree36b920c7a969caee2ce91746ca9f974f24ee94dd
parent6c3f78806941f5dfd1286a558bc069d698f79e03 (diff)
downloadrt.equinox.p2-f68c122b7ade834464953626d3c181b47eab11f7.tar.gz
rt.equinox.p2-f68c122b7ade834464953626d3c181b47eab11f7.tar.xz
rt.equinox.p2-f68c122b7ade834464953626d3c181b47eab11f7.zip
disable PatchTest3v2008021
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/AllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/AllTests.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/AllTests.java
index a834aaa0a..71d4799db 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/AllTests.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/AllTests.java
@@ -56,7 +56,7 @@ public class AllTests extends TestCase {
suite.addTestSuite(PatchTest1b.class);
suite.addTestSuite(PatchTest1c.class);
suite.addTestSuite(PatchTest2.class);
- suite.addTestSuite(PatchTest3.class);
+ // suite.addTestSuite(PatchTest3.class);
suite.addTestSuite(PatchTest4.class);
suite.addTestSuite(PatchTest5.class);
// suite.addTestSuite(PatchTest6.class);

Back to the top