Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed May 2, 2024
1 parent c98bf8a commit 159d78f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Robolectric's in-memory environment.

## Current Limitations

* **Parallel Execution:** Parallel test execution is not yet supported. We're actively working on
addressing this limitation in future releases.
* **Parallel Execution:** Parallel test execution only supported with classes.
* **Configuration:**
* Robolectric `@Config`'s sdk parameter annotation can only be set on outermost test class.
* `@ResourcesMode`, `@LooperMode`, `GraphicsMode` annotations can only be set on outermost test
Expand Down Expand Up @@ -247,8 +246,3 @@ public class RobolectricExtensionSelfTest {
```

</details>

## Important Notes

* Parallel execution is currently not supported. Run tests sequentially for now.

0 comments on commit 159d78f

Please sign in to comment.