Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
84ce648c
authored
Mar 30, 2021
by
ibaker
Committed by
Oliver Woodman
Apr 01, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Move @Ignore from class to methods in DashWidevineOfflineTest
PiperOrigin-RevId: 365794941
parent
f3189461
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java
playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java
View file @
84ce648c
...
...
@@ -48,8 +48,6 @@ 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 [internal b/176960595]."
)
public
final
class
DashWidevineOfflineTest
{
private
static
final
String
TAG
=
"DashWidevineOfflineTest"
;
...
...
@@ -103,6 +101,9 @@ public final class DashWidevineOfflineTest {
// Offline license tests
@Test
@Ignore
(
"Needs to be reconfigured/rewritten with an offline-compatible licence [internal"
+
" b/176960595]."
)
public
void
widevineOfflineLicenseV22
()
throws
Exception
{
if
(
Util
.
SDK_INT
<
22
||
GtsTestUtil
.
shouldSkipWidevineTest
(
testRule
.
getActivity
()))
{
return
;
// Pass.
...
...
@@ -116,6 +117,9 @@ public final class DashWidevineOfflineTest {
}
@Test
@Ignore
(
"Needs to be reconfigured/rewritten with an offline-compatible licence [internal"
+
" b/176960595]."
)
public
void
widevineOfflineReleasedLicenseV22
()
throws
Throwable
{
if
(
Util
.
SDK_INT
<
22
||
Util
.
SDK_INT
>
28
...
...
@@ -141,6 +145,9 @@ public final class DashWidevineOfflineTest {
}
@Test
@Ignore
(
"Needs to be reconfigured/rewritten with an offline-compatible licence [internal"
+
" b/176960595]."
)
public
void
widevineOfflineReleasedLicenseV29
()
throws
Throwable
{
if
(
Util
.
SDK_INT
<
29
||
GtsTestUtil
.
shouldSkipWidevineTest
(
testRule
.
getActivity
()))
{
return
;
// Pass.
...
...
@@ -164,6 +171,9 @@ public final class DashWidevineOfflineTest {
}
@Test
@Ignore
(
"Needs to be reconfigured/rewritten with an offline-compatible licence [internal"
+
" b/176960595]."
)
public
void
widevineOfflineExpiredLicenseV22
()
throws
Exception
{
if
(
Util
.
SDK_INT
<
22
||
GtsTestUtil
.
shouldSkipWidevineTest
(
testRule
.
getActivity
()))
{
return
;
// Pass.
...
...
@@ -194,6 +204,9 @@ public final class DashWidevineOfflineTest {
}
@Test
@Ignore
(
"Needs to be reconfigured/rewritten with an offline-compatible licence [internal"
+
" b/176960595]."
)
public
void
widevineOfflineLicenseExpiresOnPauseV22
()
throws
Exception
{
if
(
Util
.
SDK_INT
<
22
||
GtsTestUtil
.
shouldSkipWidevineTest
(
testRule
.
getActivity
()))
{
return
;
// Pass.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment