We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6feb81e commit 4a430f3Copy full SHA for 4a430f3
org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend
@@ -25,9 +25,11 @@ import org.junit.runner.RunWith
25
26
import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_ATTRIBUTE_INVALID_ATTRIBUTE_NAME
27
import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_TAG_IS_NOT_PROPERLY_CLOSED
28
+import org.junit.Ignore
29
30
@RunWith(XtextRunner)
31
@InjectWith(DotHtmlLabelUiInjectorProvider)
32
+@Ignore
33
class DotHtmlLabelQuickfixTest extends AbstractQuickfixTest {
34
35
@Inject extension ParseHelper<HtmlLabel>
0 commit comments