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

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

Issue 2884593003: Reverse the sense of the flag to make it easier to find test that need to be converted (Closed)
Patch Set: Created 3 years, 7 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
Index: pkg/analysis_server/test/analysis/notification_navigation_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_navigation_test.dart b/pkg/analysis_server/test/analysis/notification_navigation_test.dart
index 3892dc6c2b120f2357983c4a1924c2316474b175..a49e5b7b52f868a04b1592d50f931c54890025c5 100644
--- a/pkg/analysis_server/test/analysis/notification_navigation_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_navigation_test.dart
@@ -180,6 +180,9 @@ class AbstractNavigationTest extends AbstractAnalysisTest {
@reflectiveTest
class AnalysisNotificationNavigationTest extends AbstractNavigationTest {
+ @override
+ bool get enableNewAnalysisDriver => false;
+
Future prepareNavigation() async {
addAnalysisSubscription(AnalysisService.NAVIGATION, testFile);
await waitForTasksFinished();

Powered by Google App Engine
This is Rietveld 408576698