We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff74e02 commit df920e0Copy full SHA for df920e0
third_party/src/test/java/com/jetbrains/dart/analysisServer/DartCodeGenerationTest.java
@@ -7,7 +7,10 @@
7
import com.jetbrains.lang.dart.ide.generation.DartGenerateEqualsAndHashcodeHandler;
8
import com.jetbrains.lang.dart.util.DartTestUtils;
9
import org.jetbrains.annotations.NotNull;
10
+import org.junit.Ignore;
11
12
+// TODO(https://github.com/flutter/dart-intellij-third-party/issues/51)
13
+@Ignore
14
public class DartCodeGenerationTest extends CodeInsightFixtureTestCase {
15
@Override
16
public void setUp() throws Exception {
0 commit comments