Skip to content

Commit

Permalink
[ISSUE-102]: Ignore test class
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlbrandt authored and miklossy committed Jul 20, 2022
1 parent 6feb81e commit 4a430f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<HtmlLabel>
Expand Down

0 comments on commit 4a430f3

Please sign in to comment.