Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 14 (and higher) unit test never start on CI #1075

Open
BPerlakiH opened this issue Jan 12, 2025 · 0 comments · May be fixed by #1076
Open

macOS 14 (and higher) unit test never start on CI #1075

BPerlakiH opened this issue Jan 12, 2025 · 0 comments · May be fixed by #1076
Assignees
Milestone

Comments

@BPerlakiH
Copy link
Collaborator

On CI we have the following problem:

Testing failed:
	Kiwix (13599) encountered an error (Test runner never began executing tests after launching)
Test session results, code coverage, and logs:
** TEST FAILED **

According to the doc, it's due to Apple Sandbox for macOS:
https://developer.apple.com/documentation/security/accessing-files-from-the-macos-app-sandbox

Also other projects were hitting the same problem:
flutter/flutter#149264

Solution:
Turn off sandbox for CI unit tests.

@BPerlakiH BPerlakiH added this to the 3.7.1 milestone Jan 12, 2025
@BPerlakiH BPerlakiH self-assigned this Jan 12, 2025
@BPerlakiH BPerlakiH linked a pull request Jan 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant