Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: pkg/analysis_server/test/analysis/notification_errors_test.dart

Issue 2554633002: Remove @failingTest for the now passing test. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/analysis/notification_errors_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_errors_test.dart b/pkg/analysis_server/test/analysis/notification_errors_test.dart
index 0fd3c6904a68aa9149316fb6fc93a9c960c62348..6dfc5013461c8d547eae5fedc02b9b50f086ee7a 100644
--- a/pkg/analysis_server/test/analysis/notification_errors_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_errors_test.dart
@@ -162,12 +162,4 @@ class NotificationErrorsTest_Driver extends AbstractNotificationErrorsTest {
generateSummaryFiles = true;
super.setUp();
}
-
- @failingTest
- @override
- test_importError() {
- // The overridden test is failing because we're getting an 'unused import'
- // hint rather than a URI does not exist error.
- return super.test_importError();
- }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698