Remove tap from arg_def_case

This commit is contained in:
Gabriel Rasskin 2020-07-23 14:26:40 -07:00 committed by GitHub
parent 2587c2a1f2
commit a2866288eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,6 @@ tf_fuzz_target(
tf_fuzz_target(
name = "arg_def_case_fuzz",
srcs = ["arg_def_case_fuzz.cc"],
tags = [
"notap", # TODO(b/160990158): ArgDefCase invariant is broken
],
deps = [
"//tensorflow/core/platform:str_util",
"//tensorflow/core/platform:stringpiece",