summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Mamadgi <r.mamadgi@samsung.com>2019-03-18 11:28:50 -0700
committerRaj Mamadgi <r.mamadgi@samsung.com>2019-03-18 14:27:03 -0700
commitaf3d79133c9b946178fbd2a71e34169b2d28a379 (patch)
tree20a2a52b4be9f747ceb0ce5f0cc131f89da5bdcd
parent5152a14bcd037cf876a25152798e7b3c123d5fb5 (diff)
downloadplatform_cts-af3d79133c9b946178fbd2a71e34169b2d28a379.tar.gz
platform_cts-af3d79133c9b946178fbd2a71e34169b2d28a379.tar.bz2
platform_cts-af3d79133c9b946178fbd2a71e34169b2d28a379.zip
DO NOT MERGE Adding testTapLink_changeOrientationThenTapBack to known failures
This test doesnt have clean solution at this point and fixing for one device is breaking on other. BUG:126515980 Change-Id: Ia4397a72fb8bde49174599d04a362652e627b68d Signed-off-by: Raj Mamadgi <r.mamadgi@samsung.com>
-rw-r--r--tools/cts-tradefed/res/config/cts-known-failures.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-known-failures.xml b/tools/cts-tradefed/res/config/cts-known-failures.xml
index 0d52a1f71a4..90a32134556 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -204,4 +204,7 @@
<!-- fails only on angler/bullhead userdebug -->
<option name="compatibility:exclude-filter" value="CtsLiblogTestCases liblog#wrap_mode_blocks" />
+ <!-- b/126515980 -->
+ <!-- fails on some devices because the IME blocks the screen, causing UIAutomator queries to fail -->
+ <option name="compatibility:exclude-filter" value="CtsAutoFillServiceTestCases android.autofillservice.cts.SimpleSaveActivityTest#testTapLink_changeOrientationThenTapBack" />
</configuration>