Skip to content

Commit 2115647

Browse files
authored
[tests] ignore DartServerFindUsagesTest.testBoolUsagesWithScope (#87)
1 parent 4eed1bf commit 2115647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/src/test/java/com/jetbrains/dart/analysisServer/DartServerFindUsagesTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ private void checkUsages(@NotNull final SearchScope scope, final String @NotNull
7070
assertSameElements(actualResult, expected);
7171
}
7272

73-
public void testBoolUsagesWithScope() {
73+
// See: https://github.com/flutter/dart-intellij-third-party/issues/86
74+
public void ignore_testBoolUsagesWithScope() {
7475
final PsiFile psiFile1 = myFixture.configureByText("file.dart", """
7576
/// [bool]
7677
<caret>bool foo() {

0 commit comments

Comments
 (0)