From 86746c21f442b7075b10e2fa93a8a74db04e2398 Mon Sep 17 00:00:00 2001 From: Yanan Cao Date: Wed, 5 Jun 2019 14:10:19 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 251715294 --- tensorflow/lite/experimental/swift/BUILD.apple | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tensorflow/lite/experimental/swift/BUILD.apple b/tensorflow/lite/experimental/swift/BUILD.apple index 7e0bf94dfca..3c6928b8fd8 100644 --- a/tensorflow/lite/experimental/swift/BUILD.apple +++ b/tensorflow/lite/experimental/swift/BUILD.apple @@ -23,7 +23,10 @@ ios_unit_test( name = "Tests", size = "small", 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 = [ ":TestsLibrary", ],