Skip to content

Commit 1a6e102

Browse files
committed
test(mcp): cover run_skipped and check_ignore in _parseTest
1 parent 804e8ed commit 1a6e102

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/src/mcp/mcp_server_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ void main() {
318318
'dart-define': 'foo=bar',
319319
'dart-define-from-file': 'my_file.json',
320320
'platform': 'chrome',
321+
'run_skipped': true,
322+
'check_ignore': true,
321323
},
322324
),
323325
),
@@ -352,6 +354,8 @@ void main() {
352354
'my_file.json',
353355
'--platform',
354356
'chrome',
357+
'--run-skipped',
358+
'--check-ignore',
355359
]);
356360
});
357361

0 commit comments

Comments
 (0)