diff options
author | 2024-10-04 19:09:57 +0000 | |
---|---|---|
committer | 2024-10-04 19:09:57 +0000 | |
commit | 2f13f307e79b3916551f62c092ebf1cf67e8ec2f (patch) | |
tree | 3941df570cfe6d6178fd7f435560222195b6448a | |
parent | 899d0435236c01da82d475f39008e84d8fe00ec1 (diff) | |
parent | 55d85080be78d983bf2bb584887c28beee333c41 (diff) |
Merge "Disable RavenwoodBivalentTest_device test" into main
-rw-r--r-- | ravenwood/TEST_MAPPING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ravenwood/TEST_MAPPING b/ravenwood/TEST_MAPPING index 86246e2dcc2a..72f62c5c29ee 100644 --- a/ravenwood/TEST_MAPPING +++ b/ravenwood/TEST_MAPPING @@ -5,7 +5,8 @@ { "name": "hoststubgen-test-tiny-test" }, { "name": "hoststubgen-invoke-test" }, { "name": "RavenwoodMockitoTest_device" }, - { "name": "RavenwoodBivalentTest_device" }, + // TODO(b/371215487): Re-enable when the test is fixed. + // { "name": "RavenwoodBivalentTest_device" }, { "name": "RavenwoodBivalentInstTest_nonself_inst" }, { "name": "RavenwoodBivalentInstTest_self_inst_device" }, |