Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.jdt.ui.tests.refactoring')
-rw-r--r--testplugins/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/testplugins/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java b/testplugins/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java
index 425c1ba7f..1e11745a6 100644
--- a/testplugins/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java
+++ b/testplugins/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java
@@ -256,7 +256,9 @@ public class IntroduceIndirectionTests extends RefactoringTest {
helperWarn(new String[] { "p.Foo" }, "bar", "p.Foo", 11, 25, 11, 28);
}
- public void test24() throws Exception {
+//{ObjectTeams: disabled, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=310874
+ public void _test24() throws Exception {
+// SH}
// assure common super type is used even if the hierarchy branches downwards
helperPass(new String[] { "p.Foo" }, "bar", "p.Foo", 11, 11, 11, 14);
}

Back to the top