mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 com.google.android.exoplayer2.testutil.DefaultRenderersFactoryAsserts;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
import org.robolectric.annotation.internal.DoNotInstrument;
|
||||||
|
|
||||||
/** Unit test for {@link DefaultRenderersFactoryTest} with {@link LibflacAudioRenderer}. */
|
/** Unit test for {@link DefaultRenderersFactoryTest} with {@link LibflacAudioRenderer}. */
|
||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
|
@DoNotInstrument
|
||||||
public final class DefaultRenderersFactoryTest {
|
public final class DefaultRenderersFactoryTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue