Skip to content

Commit b0bbeb0

Browse files
Disabled the failing tests.This will enabled after the #4683 in jdt.core (#2689)
1 parent 890d931 commit b0bbeb0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/hover/JavadocHoverTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
import org.junit.After;
2626
import org.junit.Before;
27+
import org.junit.Ignore;
2728
import org.junit.Rule;
2829
import org.junit.Test;
2930

@@ -160,6 +161,7 @@ public void testEnumWithAnonymousClass() throws Exception {
160161
JavadocHover.getHoverInfo(elements, myEnumCu, new Region(range.getOffset(), range.getLength()), null);
161162
}
162163

164+
@Ignore("Temporarily disabled due to https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4683")
163165
@Test
164166
public void testCodeTagWithPre() throws Exception {
165167
String source=
@@ -276,6 +278,7 @@ int check (String value, String[] strings) {
276278
}
277279

278280
@Test
281+
@Ignore("Temporarily disabled due to https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4683")
279282
public void testUnicode() throws Exception {
280283
String source=
281284
"""

0 commit comments

Comments
 (0)