Internal change
PiperOrigin-RevId: 251715294
This commit is contained in:
parent
ac034fd4e6
commit
86746c21f4
@ -23,7 +23,10 @@ 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",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user