Skip to content

Commit

Permalink
Disable monitoring in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 3, 2025
1 parent 026b301 commit 409ded4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fun PillarboxExoPlayer(context: Context = ApplicationProvider.getApplicationCont
loadControl(DefaultLoadControl())
clock(FakeClock(true))
coroutineContext(EmptyCoroutineContext)
disableMonitoring()
block()
}.apply {
// FIXME Investigate why we need to disable the image track in tests
Expand Down

0 comments on commit 409ded4

Please sign in to comment.