Internal infra change

PiperOrigin-RevId: 355643731
Change-Id: Ie4b8a8179c22382b4b179223229f1afb1754cdcc
This commit is contained in:
Jared Duke 2021-02-04 09:29:04 -08:00 committed by TensorFlower Gardener
parent 5eb029f68e
commit f5b44bd8cb

View File

@ -108,11 +108,13 @@ ios_static_framework(
build_test(
name = "framework_build_test",
# build_test targets are not meant to be run with sanitizers.
# build_test targets are not meant to be run with sanitizers, and can also
# cause problems with coverage testing.
tags = [
"noasan",
"nomsan",
"notsan",
"nozapfhahn",
],
targets = [
":TestTensorFlowLiteSelectTfOps_framework",