-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Detox flakiness while testing on Circle CI #471
Comments
I don't see how this is a Detox issue. You try to build your own project, which fails. |
Hi @LeoNatan, I don't know when detox build doing, what is the background trying to do like bundling or packaging all the dependencies and stuffs. Would any case that the bundling and packaging is unstable or something? If it failed 3 times in the a row I wouldn't be too worried, but because it is 2 failed 1 passed and vice versa. Here is the link for build fail |
RNMixpanel fails compilation. It's right there in the log file. |
Description
I ran the test on Circle CI but there is a weird stuff because I just want to make sure the test pass properly so I ran 3 times, build + test. But then I failed the first 2 and pass the last one, or may be pass the first and fail the second. But this is not an often thing, it just gave me failed sometimes.
FYI, the error it gave for the FAILED BUILDS is:
The other times, it built successfully but was failed middle of the test while it already passed once before.
The text was updated successfully, but these errors were encountered: