Index: pkg/analysis_server/test/integration/analysis/error_driver_test.dart |
diff --git a/pkg/analysis_server/test/integration/analysis/error_driver_test.dart b/pkg/analysis_server/test/integration/analysis/error_driver_test.dart |
index 9f18a12a1c42cc49cea73fa9c3ace729cd4936f1..ca47b692f04d5f2cf77f7cf72f5c6537c6833687 100644 |
--- a/pkg/analysis_server/test/integration/analysis/error_driver_test.dart |
+++ b/pkg/analysis_server/test/integration/analysis/error_driver_test.dart |
@@ -18,7 +18,7 @@ class AnalysisErrorIntegrationTest_Driver |
@override |
bool get enableNewAnalysisDriver => true; |
- @failingTest |
+ @failingTest // We see errors here with the new driver (#28870). |
scheglov
2017/02/23 21:22:50
Please put these comments inside method bodies.
devoncarew
2017/02/23 21:34:51
Done.
|
test_super_mixins_enabled() async { |
// Expected: empty |
// Actual: [ |