mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add @DoNotInstrument to Flac extension test
PiperOrigin-RevId: 370739641
This commit is contained in:
parent
b336df3ed3
commit
1a2d690dba
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 LibflacAudioRenderer}. */
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@DoNotInstrument
|
||||
public final class DefaultRenderersFactoryTest {
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue