Skip to content

Commit

Permalink
mark skipped test as failing
Browse files Browse the repository at this point in the history
See: #55580

Change-Id: Ia3dc798e0a56f7d6e2f5b159cb391e687efa2963
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365182
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
  • Loading branch information
pq authored and Commit Queue committed May 1, 2024
1 parent 0c7585c commit cd6ad63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkg/analysis_server/test/domain_analysis_test.dart
Expand Up @@ -1319,6 +1319,22 @@ AnalysisFlush
''');
}

@FailingTest(
issue: 'https://github.com/dart-lang/sdk/issues/55580', reason: '''
-------- Actual --------
AnalysisFlush
/home/test/analysis_options.yaml
/home/test/lib/test.dart
/home/test/pubspec.yaml
AnalysisErrors
file: /home/test/analysis_options.yaml
errors: empty
AnalysisErrors
file: /home/test/lib/test.dart
errors: notEmpty
------------------------
''')
Future<void> test_fileSystem_deleteFile_packageConfigJsonFile() async {
var aaaRootPath = '/packages/aaa';
var aPath = '$aaaRootPath/lib/a.dart';
Expand Down

0 comments on commit cd6ad63

Please sign in to comment.