summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Vishnu Nair <vishnun@google.com> 2024-03-28 23:12:05 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-03-28 23:12:05 +0000
commite4396676de7c7f6d55caac7859e49c5453c9331d (patch)
tree78fbdd90cb71fbd5f5016eaf82a9e519a740dc11 /libs
parentec8670c9c071104f2a612639cf95f53a3e73d15a (diff)
parent3fc1ffb54789f4f959c52d9af8026407141466d7 (diff)
DO NOT MERGE: Disable InputSurfacesTest#uncropped_container_replaces_touchable_region_with_null_crop in udc-dev am: 64fe16ae7b am: 3fc1ffb547
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/26737561 Change-Id: Ib0da03ce4467826256075144fee1d1257db4d1f3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/gui/tests/EndToEndNativeInputTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp
index 4d5bd5b3fa..21dba04de2 100644
--- a/libs/gui/tests/EndToEndNativeInputTest.cpp
+++ b/libs/gui/tests/EndToEndNativeInputTest.cpp
@@ -1100,6 +1100,7 @@ TEST_F(InputSurfacesTest, cropped_container_replaces_touchable_region_with_null_
* in its parent's touchable region. The input events should be in the layer's coordinate space.
*/
TEST_F(InputSurfacesTest, uncropped_container_replaces_touchable_region_with_null_crop) {
+ GTEST_SKIP() << "b/330446694 failing on udc-dev presubmit passes when run byitself";
std::unique_ptr<InputSurface> parentContainer =
InputSurface::makeContainerInputSurface(mComposerClient, 0, 0);
std::unique_ptr<InputSurface> containerSurface =