Skip to content

Commit

Permalink
Mark DocCommentHighlightingTest as flaky
Browse files Browse the repository at this point in the history
This test regularly fails on CI builds, but the test passes ok.

Fixes #259
  • Loading branch information
jonahgraham committed Jan 30, 2023
1 parent 337b440 commit e550b48
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import org.eclipse.cdt.core.model.ICProject;
import org.eclipse.cdt.core.testplugin.CProjectHelper;
import org.eclipse.cdt.core.testplugin.util.BaseTestCase5;
import org.eclipse.cdt.internal.ui.editor.CEditor;
import org.eclipse.cdt.internal.ui.text.doctools.DocCommentOwnerManager;
import org.eclipse.cdt.ui.CUIPlugin;
Expand Down Expand Up @@ -49,8 +50,10 @@
import org.eclipse.ui.texteditor.AbstractTextEditor;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

@Tag(BaseTestCase5.FLAKY_TEST_TAG)
public class DocCommentHighlightingTest extends BaseUITestCase5 {
private static final DocCommentOwnerManager DCMAN = DocCommentOwnerManager.getInstance();
private static final String LINKED_FOLDER = "resources/docComments";
Expand Down

0 comments on commit e550b48

Please sign in to comment.