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

The new test introduced in 45bd5c6f0a
is flaky because we only
wait until the media is fully buffered. However, we can't fully
control how much of this data is initially read by the Robolectric
codec and thus the output dump files (containing these codec
interactions) are flaky.
This can be fixed by fully playing the media once and then seeking
back instead.
#minor-release
PiperOrigin-RevId: 603324068
(cherry picked from commit e3e57c9b9943fd160105001b2e8e26782173843e)
Test data module
Provides sample data for media unit and instrumentation tests.