diff options
author | 2024-01-24 09:47:06 +0000 | |
---|---|---|
committer | 2024-01-24 11:40:31 +0000 | |
commit | 954b03d3e1fbdb7b9013f89a5b110a630b4d224b (patch) | |
tree | 18de9224f6755e0deaf0017d8b908cca7e5682f3 /TEST_MAPPING | |
parent | a81f27b67a9db60ced7fa8ef2cda905b6841d71f (diff) |
Add StorageManagerTest in postsubmit
It will be moved to presubmit once it meets presubmit SLOs.
Change-Id: I17e7e3b2f374189151bbb8e635effcb71dc948cc
Bug: 322128802
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 8e8eb1d4f..deef0dcc7 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -114,6 +114,14 @@ "include-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] + }, + { + "name": "CtsOsTestCases", + "options": [ + { + "include-filter": "android.os.storage.cts.StorageManagerTest" + } + ] } ], "mainline-postsubmit": [ |