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

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

Merge "Add TEST_MAPPING to run WebView CTS/GTS tests in presubmit."

parents 5b47865f 4d7d9603
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsWebkitTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsHostsideWebViewTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "GtsWebViewTestCases",
      "options": [
        {
          "exclude-annotation": "android.test.FlakyTest"
        }
      ]
    },
    {
      "name": "GtsWebViewHostTestCases",
      "options": [
        {
          "exclude-annotation": "android.test.FlakyTest"
        }
      ]
    }
  ]
}
+36 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsWebkitTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsHostsideWebViewTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "GtsWebViewTestCases",
      "options": [
        {
          "exclude-annotation": "android.test.FlakyTest"
        }
      ]
    },
    {
      "name": "GtsWebViewHostTestCases",
      "options": [
        {
          "exclude-annotation": "android.test.FlakyTest"
        }
      ]
    }
  ]
}