Move OpusDecoderTest
from /test/
(Robolectric) to /androidTest/
The dependency on the native `opusV2JNI` library doesn't work from Robolectric, so the `assumeTrue` statements in this test always fail, and the tests are always skipped. Moving it to an instrumentation test allows the native library to be successfully loaded, and the test to be run. PiperOrigin-RevId: 655570129
This commit is contained in:
parent
d70ff7e4d2
commit
4fc66f42d6
Loading…
x
Reference in New Issue
Block a user