Fix test_graphical_launch_all_apps.py

This commit is contained in:
Thomas Farstrike
2026-03-11 21:42:21 +01:00
parent f25ef7dea8
commit bbc46cc7a4
+1
View File
@@ -147,6 +147,7 @@ class TestLaunchAllApps(unittest.TestCase):
fail for fail in failed_apps
if 'errortest' not in fail['info']['package_name'].lower() and
not (fail['info']['package_name'] == 'com.micropythonos.musicplayer' and is_macos) and
not (fail['info']['package_name'] == 'com.micropythonos.breakout' and is_macos) and
not (fail['info']['package_name'] == 'com.micropythonos.camera' and is_macos)
]