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

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

Merge "[MediaProjection] Test mapping runs CTS"

parents c6d27462 efec63f9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -13,6 +13,20 @@
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsMediaProjectionTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}
+17 −1
Original line number Diff line number Diff line
@@ -42,7 +42,23 @@
        },
        {
            "name": "BinaryTransparencyHostTest",
            "file_patterns": ["BinaryTransparencyService\\.java"]
            "file_patterns": [
                "BinaryTransparencyService\\.java"
            ]
        },
        {
            "name": "CtsMediaProjectionTestCases",
            "options": [
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "org.junit.Ignore"
                }
            ]
        }
    ],
    "presubmit-large": [
+14 −0
Original line number Diff line number Diff line
@@ -16,6 +16,20 @@
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "org.junit.Ignore"}
            ]
        },
        {
            "name": "CtsMediaProjectionTestCases",
            "options": [
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "org.junit.Ignore"
                }
            ]
        }
    ]
}
 No newline at end of file
+14 −0
Original line number Diff line number Diff line
@@ -13,6 +13,20 @@
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsMediaProjectionTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}