| Index: pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
|
| diff --git a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
|
| index aa3df861b540a0875a38ed406da2499e9b852cc1..2f7f6e78d7de1a97eb0438d9520d3d0db79bc06f 100644
|
| --- a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
|
| +++ b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
|
| @@ -198,7 +198,6 @@ class PluginManagerFromDiskTest extends PluginTestSupport {
|
| super.setUp();
|
| manager = new PluginManager(resourceProvider, byteStorePath, '',
|
| notificationManager, InstrumentationService.NULL_SERVICE);
|
| - manager.whitelistEverything();
|
| }
|
|
|
| test_addPluginToContextRoot() async {
|
|
|