DO NOT MERGE: Disable InputSurfacesTest#uncropped_container_replaces_touchable_region_with_null_crop in udc-dev
Fixes: 330446694
Change-Id: I2e671b7af38758020637468b4dc6150692b5722d
diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp
index 4ec7a06..5e200fd 100644
--- a/libs/gui/tests/EndToEndNativeInputTest.cpp
+++ b/libs/gui/tests/EndToEndNativeInputTest.cpp
@@ -1100,6 +1100,7 @@
* 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 =