| Index: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| index fcd4189926cb7e52d6a2dcb410376d4909f89eab..4afbaa62747cfaee3ee757731c49d743b018a2ed 100644
|
| --- a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| @@ -16,9 +16,9 @@ main() {
|
|
|
| @reflectiveTest
|
| class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| - // Bad state: Should not be used with the new analysis driver (#28806)
|
| @failingTest
|
| test_subscribe() async {
|
| + // Bad state: Should not be used with the new analysis driver (#28806)
|
| writeFile(sourcePath('.packages'), 'foo:lib/');
|
| standardAnalysisSetup();
|
| await sendExecutionSetSubscriptions([ExecutionService.LAUNCH_DATA]);
|
|
|