Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
MediaExtractorCompatTest
from test/
to androidTest/
The test has been moved to an instrumentation test as it relies on APIs that vary by SDK version. Robolectric’s emulation lacks sufficient realism in some cases, which impacts test accuracy. By using an instrumentation test, we ensure that the tests run in a real Android environment, providing reliable results for SDK-dependent APIs. PiperOrigin-RevId: 692933259 (cherry picked from commit 261ca32)
- Loading branch information