From 4a430f377ddc194ebeab63e2130979c15a5be37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BChlbrandt?= Date: Wed, 20 Jul 2022 14:18:48 +0200 Subject: [PATCH] [ISSUE-102]: Ignore test class --- .../org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend b/org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend index d639b1d7c..113e6437d 100644 --- a/org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend +++ b/org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend @@ -25,9 +25,11 @@ import org.junit.runner.RunWith import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_ATTRIBUTE_INVALID_ATTRIBUTE_NAME import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_TAG_IS_NOT_PROPERLY_CLOSED +import org.junit.Ignore @RunWith(XtextRunner) @InjectWith(DotHtmlLabelUiInjectorProvider) +@Ignore class DotHtmlLabelQuickfixTest extends AbstractQuickfixTest { @Inject extension ParseHelper