mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Add @DoNotInstrument to Opus extension test
PiperOrigin-RevId: 370740311
This commit is contained in:
parent
1a2d690dba
commit
096395f0c7
1 changed files with 2 additions and 0 deletions
|
|
@ -20,9 +20,11 @@ import com.google.android.exoplayer2.C;
|
|||
import com.google.android.exoplayer2.testutil.DefaultRenderersFactoryAsserts;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.annotation.internal.DoNotInstrument;
|
||||
|
||||
/** Unit test for {@link DefaultRenderersFactoryTest} with {@link LibopusAudioRenderer}. */
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@DoNotInstrument
|
||||
public final class DefaultRenderersFactoryTest {
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue