Fix tests misnamed in ag/29675059
CommunalTouchHandlerTest had to be added to the Robolectric failure list
because it uses Region.op() that isn't supported in Robolectric
Bug: 378907493
Test: tested manually with atest
Flag: TEST_ONLY
Change-Id: I16547a53bea921a49298e737b0f1876fcb76e08e
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 3d250fd..54a1d8f 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -85,6 +85,7 @@
filegroup {
name: "SystemUI-tests-broken-robofiles-run",
srcs: [
+ "tests/src/**/systemui/dreams/touch/CommunalTouchHandlerTest.java",
"tests/src/**/systemui/shade/NotificationShadeWindowViewControllerTest.kt",
"tests/src/**/systemui/keyguard/domain/interactor/KeyguardQuickAffordanceInteractorSceneContainerTest.kt",
"tests/src/**/systemui/statusbar/pipeline/mobile/ui/model/SignalIconModelParameterizedTest.kt",