diff options
author | 2022-03-02 13:31:50 +0000 | |
---|---|---|
committer | 2022-03-02 13:36:18 +0000 | |
commit | e6e089af7abde18e84c8cc09037a1fcbcda1d566 (patch) | |
tree | f6d3490fe53807d21aba4188cef3106e974e9932 /TEST_MAPPING | |
parent | dc0b4918abc706cffcb5666e61ac3e01bd784aa9 (diff) |
Move transcode tests to postsubmit until the root cause is found
Bug: 222253890
Test: N.A.
Change-Id: I8ff1ff20b091ec3826fabd523cd32b52f153fa8a
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 b4a098b0d..980119cf8 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -60,9 +60,6 @@ "name": "fuse_node_test" }, { - "name": "CtsMediaProviderTranscodeTests" - }, - { "name": "CtsPhotoPickerTest" } ], @@ -71,6 +68,10 @@ "name": "MediaProviderClientTests" }, { + // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed. + "name": "CtsMediaProviderTranscodeTests" + }, + { "name": "CtsAppSecurityHostTestCases", "options": [ { |