diff options
author | 2024-01-31 11:17:17 +0000 | |
---|---|---|
committer | 2024-01-31 11:18:24 +0000 | |
commit | 7e77ffd01ed19a53f817444549e6b49ee4fe89e0 (patch) | |
tree | 9be4be9f1940335cfd0f2a879db42f2c03d3f976 /TEST_MAPPING | |
parent | e8cd8b0ed94a4a9ad08beaa4b21911672c7c8489 (diff) |
Moving StorageManagerTest to PRESUBMIT
Change-Id: Iaeef16f45fab29634003f3d96a07905a60d826f0
Bug: 322128802
Test: n/a
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index deef0dcc7..53884ab93 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -85,6 +85,14 @@ }, { "name": "fuse_node_test" + }, + { + "name": "CtsOsTestCases", + "options": [ + { + "include-filter": "android.os.storage.cts.StorageManagerTest" + } + ] } ], "postsubmit": [ @@ -114,14 +122,6 @@ "include-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] - }, - { - "name": "CtsOsTestCases", - "options": [ - { - "include-filter": "android.os.storage.cts.StorageManagerTest" - } - ] } ], "mainline-postsubmit": [ |