diff options
| author | 2025-03-13 10:31:26 -0700 | |
|---|---|---|
| committer | 2025-03-13 10:31:26 -0700 | |
| commit | 8e45f8ad868fc40d29459bba5cd2e1917cff1f3a (patch) | |
| tree | 15f328ee29a5c0d66e0edd0ab91d33c2abd9ab42 | |
| parent | bbe24e64fa0522be866e9b0436c5a5fc8e73f507 (diff) | |
| parent | b9a5b78dec9897d073cd59dd67959f39fbb8417f (diff) | |
Merge "Remove stale e2e test mapping info from unit TEST_MAPPING file" into main
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 1362ffebe107..86559fd557d6 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -1,22 +1,6 @@ { - // Curious where your @Scenario tests are running? - // - // @Ignore: Will not run in any configuration - // - // @FlakyTest: Tests that don't block pre/postsubmit but are staged to run known failures. - // Tests will run in postsubmit on sysui-e2e-staged suite. - // - // - // @PlatinumTest: Marking your test with this annotation will put your tests in presubmit. - // Please DO NOT annotate new or old tests with @PlatinumTest annotation - // without discussing with mdb:android-platinum - // - // @Postsubmit: Do not use this annotation for e2e tests. This won't have any affect. - - // For all other e2e tests which are not platinum, they run in sysui-silver suite,that - // primarily runs in postsubmit with an exception to e2e test related changes. - // If you want to see one shot place to monitor all e2e tests, look for - // sysui-e2e-staged suite. + // Test mappings for SystemUI unit tests. + // For e2e mappings, see go/sysui-e2e-test-mapping // v2/android-virtual-infra/test_mapping/presubmit-avd "presubmit": [ |