Skip to content

Commit 4a430f3

Browse files
muehlbrandtmiklossy
authored andcommitted
[ISSUE-102]: Ignore test class
1 parent 6feb81e commit 4a430f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

org.eclipse.gef.dot.tests/src/org/eclipse/gef/dot/tests/DotHtmlLabelQuickfixTest.xtend

+2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ import org.junit.runner.RunWith
2525

2626
import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_ATTRIBUTE_INVALID_ATTRIBUTE_NAME
2727
import static org.eclipse.gef.dot.internal.language.validation.DotHtmlLabelValidator.HTML_TAG_IS_NOT_PROPERLY_CLOSED
28+
import org.junit.Ignore
2829

2930
@RunWith(XtextRunner)
3031
@InjectWith(DotHtmlLabelUiInjectorProvider)
32+
@Ignore
3133
class DotHtmlLabelQuickfixTest extends AbstractQuickfixTest {
3234

3335
@Inject extension ParseHelper<HtmlLabel>

0 commit comments

Comments
 (0)