diff --git a/tensorflow/security/fuzzing/cc/BUILD b/tensorflow/security/fuzzing/cc/BUILD index 8f49e6503d0..d10a688b6d8 100644 --- a/tensorflow/security/fuzzing/cc/BUILD +++ b/tensorflow/security/fuzzing/cc/BUILD @@ -17,12 +17,11 @@ package( tf_cc_test( name = "status_fuzz", srcs = ["status_fuzz.cc"], - tags = ["no_oss"], deps = [ ":fuzz_helpers", "//tensorflow/core/platform:status", "@com_google_fuzztest//fuzztest", - "@com_google_googletest//:gtest_main", + "@com_google_fuzztest//fuzztest:fuzztest_gtest_main", ], ) diff --git a/tensorflow/workspace2.bzl b/tensorflow/workspace2.bzl index 0236c258bf5..55e4b394a63 100644 --- a/tensorflow/workspace2.bzl +++ b/tensorflow/workspace2.bzl @@ -479,9 +479,9 @@ def _tf_repositories(): tf_http_archive( name = "com_google_fuzztest", - sha256 = "3fe79ede8e860ba7331987b2c1f84d3eeaf5bea00fd76398d6ff0006635586c6", - strip_prefix = "fuzztest-6d79ceb1dc2398e02a39efc23ce40d68baa16a42", - urls = tf_mirror_urls("https://github.com/google/fuzztest/archive/6d79ceb1dc2398e02a39efc23ce40d68baa16a42.zip"), + sha256 = "0867fae7dce74a62d92b0811b0f735e35f9ea3ba8426a3cb7958ff7b158bed53", + strip_prefix = "fuzztest-0fdfd1aa286054cbf42bbf93006404caa2b827b8", + urls = tf_mirror_urls("https://github.com/google/fuzztest/archive/0fdfd1aa286054cbf42bbf93006404caa2b827b8.zip"), ) tf_http_archive(