-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unit test for setTimeout is failing intermittently on Android CI #9
Milestone
Comments
bghgary
changed the title
Unit test for setTimeout
Unit test for setTimeout is failing intermittently on Android on CI
Feb 16, 2023
should call the given functions in the correct order
is failing intermittently on Android
Merged
bghgary
added a commit
that referenced
this issue
Feb 16, 2023
- Add minimal iOS app to run unit tests - Update all printf code to be more consistent - Build clean and updates to accommodate iOS - Disable setTimeout test that is intermittently failing on Android CI (#9)
bghgary
changed the title
Unit test for setTimeout is failing intermittently on Android on CI
Unit test for setTimeout is failing intermittently on Android CI
Feb 17, 2023
It seems there is an intermittent crash even without this test, so perhaps the test is unrelated.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
should call the given functions in the correct order
test sometimes fails on Android on CI. No other setTimeout tests are failing. Never seen this test fail locally or other platforms either.Raw log from the CI:
The text was updated successfully, but these errors were encountered: