Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated comment
  • Loading branch information
mhsmith committed Aug 31, 2025
commit f69095c3e20d96353542acbfe2ed98d413cedc1e
1 change: 0 additions & 1 deletion Android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def ci(context):
# Prove the package is self-contained by using it to run the tests.
shutil.unpack_archive(package_path, temp_dir)

# Arguments are similar to --fast-ci, but in single-process mode.
launcher_args = ["--managed", "maxVersion", "-v"]
test_args = ["--fast-ci", "--single-process"]
run(
Expand Down
Loading