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

Commit b8cdb89c authored by Mykhailo Malutin's avatar Mykhailo Malutin Committed by Automerger Merge Worker
Browse files

Merge "Adding mapping for hubui presubmit tests" into tm-dev am: d66d9118

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17236743

Change-Id: I62c5fb93578a8ba206e5d1b18d5d7d34452b75f0
parents 9a2e8eb7 d66d9118
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -180,5 +180,30 @@
          }
      ]
    }
  ],
  "hubui-presubmit": [
      {
        "name": "PlatformScenarioTests",
        "options": [
          {
              "include-annotation": "android.platform.test.annotations.Presubmit"
          },
          {
              "include-annotation": "android.platform.test.scenario.annotation.HubUi"
          },
          {
              "include-filter": "android.platform.test.scenario.hubui"
          },
          {
              "exclude-annotation": "org.junit.Ignore"
          },
          {
              "exclude-annotation": "androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation": "android.platform.test.annotations.Postsubmit"
          }
      ]
    }
  ]
}