Skip to content

Commit a084130

Browse files
authored
Remove Ignore annotation from testConsole method
Remove the Ignore annotation from the test method due to its flaky nature.
1 parent f55d788 commit a084130

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

org.eclipse.m2e.core.ui.tests/src/org/eclipse/m2e/core/ui/tests/ConsoleTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
import org.eclipse.ui.console.TextConsole;
8282
import org.eclipse.ui.internal.console.ConsoleHyperlinkPosition;
8383
import org.junit.BeforeClass;
84-
import org.junit.Ignore;
8584
import org.junit.Test;
8685

8786
@SuppressWarnings("restriction")
@@ -142,7 +141,6 @@ public void testConsole_debuggerAttachmentAndLinkAlignmentAndBehavior_mavenProje
142141
assertDebugeePrintOutAndDebuggerLaunch(document, MAVEN_PROJECT, "5005");
143142
}
144143

145-
@Ignore("Flaky: ANSI escape codes interfere with hyperlink position tracking")
146144
@Test
147145
public void testConsole_debuggerAttachmentAndLinkAlignmentAndBehavior_withColoredPrintout() throws Exception {
148146

0 commit comments

Comments
 (0)