summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Makoto Onuki <omakoto@google.com> 2025-03-11 09:39:16 -0700
committer Makoto Onuki <omakoto@google.com> 2025-03-11 09:39:16 -0700
commit7befc7cb6fe12ce5a68cd1ab501d02858cfc51cf (patch)
tree6c8b8a331946210cfbdf8d0dae9ff3aba5182ebd
parent277d34d54e511997628ced63a3e158edc37cb080 (diff)
Remove SystemUiRavenTests from postsubmit.
Some tests have been broken and it's already been demoted. Flag: EXEMPT TEST_MAPPING change only Bug: 319647875 Test: presubmit Change-Id: Ib619d84ed6c05b6b5f1021d0d7b16cd9810b1e4b
-rw-r--r--ravenwood/TEST_MAPPING10
1 files changed, 6 insertions, 4 deletions
diff --git a/ravenwood/TEST_MAPPING b/ravenwood/TEST_MAPPING
index 1148539187ac..083d2aa15316 100644
--- a/ravenwood/TEST_MAPPING
+++ b/ravenwood/TEST_MAPPING
@@ -180,9 +180,11 @@
// AUTO-GENERATED-END
],
"ravenwood-postsubmit": [
- {
- "name": "SystemUiRavenTests",
- "host": true
- }
+ // We haven't maintained SystemUiRavenTests, and as a result, it's been demoted already.
+ // Disable it until we fix the issues: b/319647875
+ // {
+ // "name": "SystemUiRavenTests",
+ // "host": true
+ // }
]
}