Test fails on internal. Move to postsubmit.
This allows it to still be run on AOSP, and the test to be run on
internal so we know when it's fixed, but not be blocking or copped.
Bug: 165567950
Test: None
Change-Id: Id052126826ac72419f01c5e316993711fd1b8e36
diff --git a/libs/binder/rust/TEST_MAPPING b/libs/binder/rust/TEST_MAPPING
index 4470e17..50c474c 100644
--- a/libs/binder/rust/TEST_MAPPING
+++ b/libs/binder/rust/TEST_MAPPING
@@ -2,7 +2,9 @@
"presubmit": [
{
"name": "libbinder_rs-internal_test"
- },
+ }
+ ],
+ "postsubmit": [
{
"name": "rustBinderTest"
}