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

Commit 75d0c5d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Platinum master: Add exclude annotations"

parents 8eb8981e 351e4f9c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -45,11 +45,15 @@
    "platinum-postsubmit": [
        // runs regularly, independent of changes in this tree.
        // signals if changes elsewhere break media functionality
        // @FlakyTest: in staged-postsubmit, but not postsubmit
        {
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        },
@@ -58,6 +62,9 @@
            "options": [
                {
                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }