From db71233a952384ac39da9afdc615ff211ed507c8 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 2 Apr 2024 19:06:26 -0700 Subject: [PATCH] Revert "Prevent `solo: true` from being committed (#51712)" This reverts commit 4e6692c8ea82f60dd69c1bfe445cea5bf886529d. --- lib/web_ui/analysis_options.yaml | 6 ------ lib/web_ui/dev/test_platform.dart | 1 - 2 files changed, 7 deletions(-) diff --git a/lib/web_ui/analysis_options.yaml b/lib/web_ui/analysis_options.yaml index a840680ab72e1..383ab4d7b0ec6 100644 --- a/lib/web_ui/analysis_options.yaml +++ b/lib/web_ui/analysis_options.yaml @@ -6,12 +6,6 @@ include: ../../analysis_options.yaml -analyzer: - errors: - # We need this in the web engine in order to prevent committing `solo: true` - # in tests. - deprecated_member_use: true - linter: rules: avoid_dynamic_calls: false diff --git a/lib/web_ui/dev/test_platform.dart b/lib/web_ui/dev/test_platform.dart index edcc4adb86dfd..078b18ee86322 100644 --- a/lib/web_ui/dev/test_platform.dart +++ b/lib/web_ui/dev/test_platform.dart @@ -22,7 +22,6 @@ import 'package:shelf_web_socket/shelf_web_socket.dart'; import 'package:skia_gold_client/skia_gold_client.dart'; import 'package:stream_channel/stream_channel.dart'; -// ignore: deprecated_member_use import 'package:test_core/backend.dart' hide Compiler; // TODO(ditman): Fix ignores when https://github.com/flutter/flutter/issues/143599 is resolved. import 'package:test_core/src/runner/environment.dart'; // ignore: implementation_imports