Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8166fbb1 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Telephony: Silence Errorprone wrong error

Errorprone does not correctly pick up an @Ignore.

Bug: 72076216
Bug: 72971960
Test: m javac-check RUN_ERROR_PRONE=true
Change-Id: Ifdf8ecf975fba34de2adde42591d26a4d5908d9b
parent 97742aa6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@ LOCAL_PACKAGE_NAME := FrameworksTelephonyTests

LOCAL_COMPATIBILITY_SUITE := device-tests

# b/72575505
LOCAL_ERROR_PRONE_FLAGS := -Xep:JUnit4TestNotRun:WARN

include $(BUILD_PACKAGE)