Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbc38e1b authored by Manisha Jajoo's avatar Manisha Jajoo
Browse files

WriterTest: disable ListenerTest for all but mpeg4 writer

Test: atest writerTest -- --enable-module-dynamic-download=true

Bug: 151892414

Change-Id: Ia22a246db0319a0dc2b8e9dbebae4fff6e8eb3fe
parent 3ec7c256
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -466,7 +466,8 @@ class ListenerTest : public WriterTest,
};

TEST_P(ListenerTest, SetMaxFileLimitsTest) {
    if (mDisableTest) return;
    // TODO(b/151892414): Enable test for other writers
    if (mDisableTest || mWriterName != MPEG4) return;
    ALOGV("Validates writer when max file limits are set");

    tuple<string, int32_t, float, float> params = GetParam();