mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Robolectric calls messages posted to the main thread immediately inline. This will change in the upcoming release and will break tests implicitly relying on that behavior. Update ConcatenatingMediaSourceTest to actually wait for the posted message. PiperOrigin-RevId: 242631531