diff --git a/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java b/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java index 8e6a9ce5bc..03a3c3f3a3 100644 --- a/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java +++ b/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java @@ -41,12 +41,14 @@ import com.google.android.exoplayer2.util.Util; import java.io.IOException; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; /** Tests Widevine encrypted DASH playbacks using offline keys. */ @RunWith(AndroidJUnit4.class) +@Ignore("Need to be reconfigured/rewritten with an offline-compatible licence (b/176960595).") public final class DashWidevineOfflineTest { private static final String TAG = "DashWidevineOfflineTest";