Skip to content

Commit df920e0

Browse files
committed
Ignore the tests in DartCodeGenerationTest due to flakes
1 parent ff74e02 commit df920e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
import com.jetbrains.lang.dart.ide.generation.DartGenerateEqualsAndHashcodeHandler;
88
import com.jetbrains.lang.dart.util.DartTestUtils;
99
import org.jetbrains.annotations.NotNull;
10+
import org.junit.Ignore;
1011

12+
// TODO(https://github.com/flutter/dart-intellij-third-party/issues/51)
13+
@Ignore
1114
public class DartCodeGenerationTest extends CodeInsightFixtureTestCase {
1215
@Override
1316
public void setUp() throws Exception {

0 commit comments

Comments
 (0)