diff options
| author | 2025-03-13 06:50:47 -0700 | |
|---|---|---|
| committer | 2025-03-13 06:51:46 -0700 | |
| commit | b9a5b78dec9897d073cd59dd67959f39fbb8417f (patch) | |
| tree | 642369d675f70a1333fae5d1c97a78b471797b47 | |
| parent | 0143339b4a5e3c018cac8b4798c21a602eeede82 (diff) | |
Remove stale e2e test mapping info from unit TEST_MAPPING file
Bug: 319890473
Test: N/A
Flag: TEST_ONLY
Change-Id: I5ac3f2936d4d05ba007e21c84b109655b2fec438
| -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": [ |