Automated rollback of commit 86746c21f4

PiperOrigin-RevId: 251879786
This commit is contained in:
A. Unique TensorFlower 2019-06-06 10:39:27 -07:00 committed by TensorFlower Gardener
parent dada3c3688
commit ae7a0baa4f

View File

@ -23,10 +23,7 @@ ios_unit_test(
name = "Tests", name = "Tests",
size = "small", size = "small",
minimum_os_version = TFL_MINIMUM_OS_VERSION, minimum_os_version = TFL_MINIMUM_OS_VERSION,
tags = TFL_DEFAULT_TAGS + TFL_DISABLED_SANITIZER_TAGS + [ tags = TFL_DEFAULT_TAGS + TFL_DISABLED_SANITIZER_TAGS,
# TODO(b/134599868): Re-enable this test on tap.
"notap",
],
deps = [ deps = [
":TestsLibrary", ":TestsLibrary",
], ],