| Index: pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| index af625385c5aa7b33fb0f8ecea916f2ccb290db8d..15ed63a58fd6c36a0d8222acf834064522b96dd3 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| @@ -16,10 +16,10 @@ main() {
|
|
|
| @reflectiveTest
|
| class UpdateOptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| - // We fail after the first analysis.updateOptions - we should not see a hint
|
| - // for the unused import (#28800).
|
| @failingTest
|
| test_options() async {
|
| + // We fail after the first analysis.updateOptions - we should not see a hint
|
| + // for the unused import (#28800).
|
| String pathname = sourcePath('test.dart');
|
| writeFile(
|
| pathname,
|
|
|