Add @DoNotInstrument to Flac extension test

PiperOrigin-RevId: 370739641
This commit is contained in:
bachinger 2021-04-27 20:34:40 +01:00
parent b336df3ed3
commit 1a2d690dba

View File

@ -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