diff --git a/tensorflow/lite/experimental/swift/BUILD.apple b/tensorflow/lite/experimental/swift/BUILD.apple index 3c6928b8fd8..7e0bf94dfca 100644 --- a/tensorflow/lite/experimental/swift/BUILD.apple +++ b/tensorflow/lite/experimental/swift/BUILD.apple @@ -23,10 +23,7 @@ ios_unit_test( name = "Tests", size = "small", minimum_os_version = TFL_MINIMUM_OS_VERSION, - tags = TFL_DEFAULT_TAGS + TFL_DISABLED_SANITIZER_TAGS + [ - # TODO(b/134599868): Re-enable this test on tap. - "notap", - ], + tags = TFL_DEFAULT_TAGS + TFL_DISABLED_SANITIZER_TAGS, deps = [ ":TestsLibrary", ],