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
180d6ae9
authored
Aug 01, 2018
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Disable tests that fail on some host machines
parent
96c8557e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
library/hls/src/test/java/com/google/android/exoplayer2/source/hls/Aes128DataSourceTest.java
library/hls/src/test/java/com/google/android/exoplayer2/source/hls/Aes128DataSourceTest.java
View file @
180d6ae9
...
@@ -22,6 +22,8 @@ import com.google.android.exoplayer2.C;
...
@@ -22,6 +22,8 @@ import com.google.android.exoplayer2.C;
import
com.google.android.exoplayer2.upstream.DataSource
;
import
com.google.android.exoplayer2.upstream.DataSource
;
import
com.google.android.exoplayer2.upstream.DataSpec
;
import
com.google.android.exoplayer2.upstream.DataSpec
;
import
java.io.IOException
;
import
java.io.IOException
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.junit.runner.RunWith
;
import
org.robolectric.RobolectricTestRunner
;
import
org.robolectric.RobolectricTestRunner
;
...
@@ -30,6 +32,7 @@ import org.robolectric.RobolectricTestRunner;
...
@@ -30,6 +32,7 @@ import org.robolectric.RobolectricTestRunner;
@RunWith
(
RobolectricTestRunner
.
class
)
@RunWith
(
RobolectricTestRunner
.
class
)
public
class
Aes128DataSourceTest
{
public
class
Aes128DataSourceTest
{
@Ignore
@Test
@Test
public
void
test_OpenCallsUpstreamOpen_CloseCallsUpstreamClose
()
throws
IOException
{
public
void
test_OpenCallsUpstreamOpen_CloseCallsUpstreamClose
()
throws
IOException
{
UpstreamDataSource
upstream
=
new
UpstreamDataSource
();
UpstreamDataSource
upstream
=
new
UpstreamDataSource
();
...
@@ -44,6 +47,7 @@ public class Aes128DataSourceTest {
...
@@ -44,6 +47,7 @@ public class Aes128DataSourceTest {
assertThat
(
upstream
.
opened
).
isFalse
();
assertThat
(
upstream
.
opened
).
isFalse
();
}
}
@Ignore
@Test
@Test
public
void
test_OpenCallsUpstreamThrowingOpen_CloseCallsUpstreamClose
()
throws
IOException
{
public
void
test_OpenCallsUpstreamThrowingOpen_CloseCallsUpstreamClose
()
throws
IOException
{
UpstreamDataSource
upstream
=
UpstreamDataSource
upstream
=
...
...
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