diff options
| author | 2020-11-20 09:33:29 -0800 | |
|---|---|---|
| committer | 2020-11-20 09:33:29 -0800 | |
| commit | 8386cbff574d05463075b787b72bb812d8d82382 (patch) | |
| tree | cff35cac96bb61d4d694726318d9ed9610ffb15a | |
| parent | 5a5b85d4f80619a5ab29fd1f1e7fef9db4fbd2f9 (diff) | |
binder: Move rustBinderTest to presubmit
rustBinderTest is no longer flaky on the test runners and should be run
on presubmit.
Bug: None
Test: atest -p frameworks/native/libs/binder/TEST_MAPPING
Change-Id: I5a426f483918470fa89ad44fbfded845e661af66
| -rw-r--r-- | libs/binder/TEST_MAPPING | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index dafc87952f..1cfb560f82 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -53,9 +53,7 @@ }, { "name": "libbinder_rs-internal_test" - } - ], - "postsubmit": [ + }, { "name": "rustBinderTest" } |