diff options
author | 2023-07-07 18:51:07 +0800 | |
---|---|---|
committer | 2023-07-07 18:52:41 +0800 | |
commit | cf04b72f4e824398fab4d2009b5833cf385d10b1 (patch) | |
tree | 4223c1a020743fc48db3fa6f1db94b9e684bee65 | |
parent | ac9f62e527a9814251b6b87eeae1fd213e2b412a (diff) |
Move InputMethodStressTest to postsubmit
Test: atest InputMethodStressTest
Bug: 288478487
Change-Id: I3f68dcf98f0348dee9c426413b2ee628ddd01e9a
-rw-r--r-- | tests/InputMethodStressTest/TEST_MAPPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InputMethodStressTest/TEST_MAPPING b/tests/InputMethodStressTest/TEST_MAPPING index 06e2ce84eb0f..d982dd817eaa 100644 --- a/tests/InputMethodStressTest/TEST_MAPPING +++ b/tests/InputMethodStressTest/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit-large": [ + "postsubmit": [ { "name": "InputMethodStressTest" } |