diff options
author | 2024-01-12 21:48:28 +0000 | |
---|---|---|
committer | 2024-01-12 21:48:28 +0000 | |
commit | 4a7f1a7da4567dcebaa0118e745f041208670ecb (patch) | |
tree | d57c4af5619acdaefb2d606aabbdac57ad1046d4 | |
parent | 84cb410768a287726da15ac7c4ac42f5427a6d83 (diff) |
Revert "TEST_MAPPING: enable Ravenwood in postsubmit"
This reverts commit 84cb410768a287726da15ac7c4ac42f5427a6d83.
Reason for revert: b/319904795
Change-Id: I3f5df002ed14db8cf1f27c047437520122b88cff
-rw-r--r-- | TEST_MAPPING | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index ecfd86c584e0..d59775f4060b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -138,14 +138,15 @@ } ], "postsubmit-ravenwood": [ - { - "name": "CtsUtilTestCasesRavenwood", - "host": true, - "file_patterns": [ - "*Ravenwood*", - "*ravenwood*" - ] - } + // TODO(ravenwood) promote it to presubmit + // TODO: Enable it once the infra knows how to run it. +// { +// "name": "CtsUtilTestCasesRavenwood", +// "file_patterns": [ +// "*Ravenwood*", +// "*ravenwood*" +// ] +// } ], "postsubmit-managedprofile-stress": [ { |