Merge "Vts AudioDec Test: Disable EOSTest_M" into oc-dev
am: a12a573955
Change-Id: I90035e92beb470f7910f1f43cc203c4e84d43e29
This commit is contained in:
commit
7b106b9c5a
1 changed files with 5 additions and 1 deletions
|
@ -783,7 +783,11 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
|
|||
}
|
||||
|
||||
// end of sequence test
|
||||
TEST_F(AudioDecHidlTest, EOSTest_M) {
|
||||
// SPECIAL CASE; Sending Empty input EOS buffer is not supported across all
|
||||
// components. For instance soft vorbis and soft opus expects CSD buffers at
|
||||
// the start. Disabling this test for now. We shall revisit this at a later
|
||||
// stage
|
||||
TEST_F(AudioDecHidlTest, DISABLED_EOSTest_M) {
|
||||
description("Test end of stream monkeying");
|
||||
if (disableTest) return;
|
||||
android::hardware::media::omx::V1_0::Status status;
|
||||
|
|
Loading…
Reference in a new issue