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

Unified Diff: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart

Issue 2571593002: Support for overlay only files in Analysis Server with the new driver. (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
Index: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
index 34b455b095a2f26aee1fce04346a4709fcbc9796..d8998217735e2c2b22b20fc947a16381d4addba3 100644
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
@@ -131,13 +131,6 @@ class GetSuggestionsTest_Driver extends AbstractGetSuggestionsTest {
bool get enableNewAnalysisDriver => true;
@failingTest
- test_getSuggestions_onlyOverlay() async {
- // TimeoutException after 0:00:30.000000: Test timed out after 30 seconds.
- //return super.test_getSuggestions_onlyOverlay();
- fail('Test timed out');
- }
-
- @failingTest
test_getSuggestions_sourceMissing_noWait() {
// Expected: same instance as 'exception from server'
// Actual: CompletionGetSuggestionsResult:<{"id":"0"}>

Powered by Google App Engine
This is Rietveld 408576698