Skip to content

Commit

Permalink
mark test HoverTest as ignored until it can be fixed (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras authored Dec 5, 2024
1 parent 52d9588 commit 14ca7fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
import org.eclipse.ui.ide.IDE;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

@SuppressWarnings("restriction")
Expand Down Expand Up @@ -153,6 +154,7 @@ public void testMultipleHovers() throws Exception {
assertNotEquals("Hover content found only once", -1, index);
}

@Ignore("The test does not work from Eclipse 2024-12 onwards because the command org.eclipse.ui.file.close is not enabled")
@Test
public void testIntroUrlLink() throws Exception {
final var hoverResponse = new Hover(
Expand Down

0 comments on commit 14ca7fb

Please sign in to comment.