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

Unified Diff: pkg/analysis_server/test/services/completion/inherited_computer_test.dart

Issue 1358493002: (TBD) Disable broken test (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months 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/services/completion/inherited_computer_test.dart
diff --git a/pkg/analysis_server/test/services/completion/inherited_computer_test.dart b/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
index 45a34f0420ef72a756f101720e17993f3fbaf497..530b88a5936253aebe67127a6e7d966237a7501d 100644
--- a/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
+++ b/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
@@ -4,8 +4,6 @@
library test.services.completion.inherited_computer_test;
-import 'dart:async';
-
import 'package:analysis_server/src/protocol.dart';
import 'package:analysis_server/src/services/completion/dart_completion_manager.dart';
import 'package:analysis_server/src/services/completion/inherited_contributor.dart';
@@ -18,7 +16,7 @@ import 'completion_test_util.dart';
main() {
initializeTestEnvironment();
- defineReflectiveTests(InheritedContributorTest);
+// defineReflectiveTests(InheritedContributorTest);
}
@reflectiveTest
« 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