Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-04-10 13:23:31 +0000
committerThomas Watson2017-04-11 13:00:06 +0000
commitd47b31f29c20c64c0730bd84d191f6b424df81e4 (patch)
tree3af7473a855b167fffe032b211a89f891058c9f3
parentf3e3c0ee5082751c586876905fd821699849d46a (diff)
downloadrt.equinox.framework-d47b31f29c20c64c0730bd84d191f6b424df81e4.tar.gz
rt.equinox.framework-d47b31f29c20c64c0730bd84d191f6b424df81e4.tar.xz
rt.equinox.framework-d47b31f29c20c64c0730bd84d191f6b424df81e4.zip
Bug 498064 - Disable testUsesTimeout testY20170413-1000I20170413-2000
Will disable the testUsesTimeout test case until we can convert it to a session test. A session test runs in a separate VM so should help isolate any issues the testcase has from the rest of the test suite for org.eclipse.osgi. Change-Id: I1b444f3aafc09bcce3e9831d35a6dd649bd9bfa2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java
index 2de1c9fa7..1bab9f5b5 100644
--- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java
+++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java
@@ -1773,7 +1773,7 @@ public class TestModuleContainer extends AbstractTest {
Assert.assertEquals("n3 should resolve.", State.RESOLVED, uses_n3.getState());
}
- @Test
+ // DISABLE see bug 498064 @Test
public void testUsesTimeout() throws BundleException {
// Always want to go to zero threads when idle
int coreThreads = 0;

Back to the top