You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing failed:
Kiwix (13599) encountered an error (Test runner never began executing tests after launching)
Test session results, code coverage, and logs:
** TEST FAILED **
On CI we have the following problem:
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.
The text was updated successfully, but these errors were encountered: