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

Commit 5c655d1b authored by Yunqi's avatar Yunqi
Browse files

Create a test mapping item for hubui tests.

Bug: 203548108
Change-Id: I0b30c32a2e77e2a117365b282ac7b1ea22fdbeb4
parent 9560c9a6
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -154,5 +154,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"
          }
      ]
    }
  ]
}