Skip to content

Commit

Permalink
Run ResolveTreeFutureTest in looper legacy mode
Browse files Browse the repository at this point in the history
Summary: The Gradle test runner has different defaults and fails: https://github.com/facebook/litho/actions/runs/9600538350/job/26477003239

Reviewed By: pentiumao

Differential Revision: D58822397
  • Loading branch information
passy authored and facebook-github-bot committed Jun 20, 2024
1 parent 42d06fc commit 861851f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ import org.assertj.core.api.Assertions.assertThat
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.annotation.LooperMode

@RunWith(LithoTestRunner::class)
@LooperMode(LooperMode.Mode.LEGACY)
class ResolveTreeFutureTest {

private lateinit var componentContext: ComponentContext
Expand Down

0 comments on commit 861851f

Please sign in to comment.