-
Notifications
You must be signed in to change notification settings - Fork 72
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
ConcurrentModificationException #46
Comments
Hmm interesting. Are you running tests in parallel or something like that? |
I don't believe that's what triggered this because it happened when I was testing a class with a single test, but we do run our tests in parallel. |
I am experiencing the same issue, just 2 tests, one after the other. |
I am facing the same issue as well when running a single test or multiple tests. Did you guys figure out any reason? |
I have observed that it fails only when I record more than one test cases under the same instrumentation instance. If I enabled androidTestOrchestrator and record each test case under a new instrumentation instance then I don't get the exception anymore. |
Setup:
Observations:
TESTING PHASE (TapeModes:
|
|
Here's the stack trace:
The text was updated successfully, but these errors were encountered: