Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-06-30 20:29:48 +0000
committerThomas Watson2013-06-30 20:29:48 +0000
commit561e326aff34d0c2d1430d2a41a0e0224be4b519 (patch)
treed1a2841eb4598774740e79e4b2ee2a0846e39157 /bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java
parent6f7ffa68e71b6317f106bfe2e81965a5977b6b94 (diff)
downloadrt.equinox.framework-561e326aff34d0c2d1430d2a41a0e0224be4b519.tar.gz
rt.equinox.framework-561e326aff34d0c2d1430d2a41a0e0224be4b519.tar.xz
rt.equinox.framework-561e326aff34d0c2d1430d2a41a0e0224be4b519.zip
Disable failing tests.
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java')
-rw-r--r--bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java
index a82d33c55..f465fe2d9 100644
--- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java
+++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/SystemBundleTests.java
@@ -1506,7 +1506,7 @@ public class SystemBundleTests extends AbstractBundleTests {
assertEquals("Wrong state for SystemBundle", Bundle.RESOLVED, equinox.getState()); //$NON-NLS-1$
}
- public void testBug351519RefreshEnabled() {
+ public void disabledTestBug351519RefreshEnabled() {
// TODO this is expected to fail. Not sure we should implement this
doTestBug351519Refresh(Boolean.TRUE);
}

Back to the top