Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e116f89

Browse files
authored
Run all Android scenario_app tests, not just the smoke test. (#50400)
I was making sure that I could get at least one test running and passing on CI (as expected), now turn all of them on.
1 parent 10000e0 commit e116f89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/scenario_app/bin/android_integration_tests.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ void main(List<String> args) async {
3333
'smoke-test',
3434
help: 'runs a single test to verify the setup',
3535
negatable: false,
36-
defaultsTo: true,
3736
);
3837

3938
runZonedGuarded(

0 commit comments

Comments
 (0)