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

Commit b6f175f1 authored by Yunqi Ye's avatar Yunqi Ye Committed by Android (Google) Code Review
Browse files

Merge "Create a test mapping item for hubui tests."

parents 1cd4b81f 5c655d1b
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -159,5 +159,24 @@
          }
        ]
      }
  ],
  "hubui-postsubmit": [
      {
        "name": "PlatformScenarioTests",
        "options": [
          {
              "include-filter": "android.platform.test.scenario.hubui"
          },
          {
              "include-annotation": "android.platform.test.scenario.annotation.HubUi"
          },
          {
              "exclude-annotation": "org.junit.Ignore"
          },
          {
              "exclude-annotation": "androidx.test.filters.FlakyTest"
          }
      ]
    }
  ]
}