We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55d788 commit a084130Copy full SHA for a084130
1 file changed
org.eclipse.m2e.core.ui.tests/src/org/eclipse/m2e/core/ui/tests/ConsoleTest.java
@@ -81,7 +81,6 @@
81
import org.eclipse.ui.console.TextConsole;
82
import org.eclipse.ui.internal.console.ConsoleHyperlinkPosition;
83
import org.junit.BeforeClass;
84
-import org.junit.Ignore;
85
import org.junit.Test;
86
87
@SuppressWarnings("restriction")
@@ -142,7 +141,6 @@ public void testConsole_debuggerAttachmentAndLinkAlignmentAndBehavior_mavenProje
142
141
assertDebugeePrintOutAndDebuggerLaunch(document, MAVEN_PROJECT, "5005");
143
}
144
145
- @Ignore("Flaky: ANSI escape codes interfere with hyperlink position tracking")
146
@Test
147
public void testConsole_debuggerAttachmentAndLinkAlignmentAndBehavior_withColoredPrintout() throws Exception {
148
0 commit comments