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

Commit 351e4f9c authored by Sam Dubey's avatar Sam Dubey
Browse files

Platinum master: Add exclude annotations

Adding Flakytest filter to ignore tests in future when they start to fail/flake.

Bug: 220345068
Change-Id: I020f771db8afcacc337d1e16e664fd431ad7bea7
parent 962ba4f4
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"
                }
            ]
        }