diff options
author | 2022-03-02 13:36:31 +0000 | |
---|---|---|
committer | 2022-03-02 13:36:31 +0000 | |
commit | 5e37ae6aab92938eb14bffa809d40a2432c0ff40 (patch) | |
tree | 79e5cb742d8b286e7f8dd8c7831364a6cb893d43 /TEST_MAPPING | |
parent | 035af40ce725bc69830ce3cccac4c6f8018bae5f (diff) | |
parent | e6e089af7abde18e84c8cc09037a1fcbcda1d566 (diff) |
[automerge] Move transcode tests to postsubmit until the root cause is found 2p: e6e089af7a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/providers/MediaProvider/+/17045506
Bug: 222253890
Change-Id: Ifbb99384541038212204225716ba6b12c8dc6f55
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 39059fa56..2fc29df8b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -61,9 +61,6 @@ "name": "fuse_node_test" }, { - "name": "CtsMediaProviderTranscodeTests" - }, - { "name": "CtsPhotoPickerTest" } ], @@ -72,6 +69,10 @@ "name": "MediaProviderClientTests" }, { + // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed. + "name": "CtsMediaProviderTranscodeTests" + }, + { "name": "CtsAppSecurityHostTestCases", "options": [ { |