Add "noasan" to MPPTextClassifierObjcTest

PiperOrigin-RevId: 506366650
This commit is contained in:
Sebastian Schmidt 2023-02-01 11:02:58 -08:00 committed by Copybara-Service
parent 83e33b4dbe
commit 0f3cf9c56a

View File

@ -49,6 +49,7 @@ ios_unit_test(
name = "MPPTextClassifierObjcTest",
minimum_os_version = MPP_TASK_MINIMUM_OS_VERSION,
runner = tflite_ios_lab_runner("IOS_LATEST"),
tags = TFL_DEFAULT_TAGS + TFL_DISABLED_SANITIZER_TAGS,
deps = [
":MPPTextClassifierObjcTestLibrary",
],