-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsAll integration tests should be run as before. Actual resultsApparently the tests crash at a certain point. The tests crash at different points (somehow different, sometimes they are the same). Rarely do all tests run successfully. This is the error message:
Build id (optional)66a273c6a595665195379974 |
Beta Was this translation helpful? Give feedback.
Answered by
dtrdic
Jul 26, 2024
Replies: 1 comment 2 replies
-
hey @tformatix try localy to remove |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tformatix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @tformatix try localy to remove
pubspec.lock
andpodfile.lock
files then runflutter pub get
andpod install
. New .lock files will be generated, then try your tests again. If everything is ok push the changes and re-run the build