From 3114f6b980e34acbb8137e4f1718fa58dfdc1b4b Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Tue, 19 May 2020 09:25:16 -0700 Subject: [PATCH] Note the reason why tests in numerics_test.py are marked v1-only PiperOrigin-RevId: 312294288 Change-Id: I37f7c467605bebd22e4dc1f1d904bc74300c801a --- tensorflow/python/kernel_tests/numerics_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/kernel_tests/numerics_test.py b/tensorflow/python/kernel_tests/numerics_test.py index 950658bc886..475badb6efe 100644 --- a/tensorflow/python/kernel_tests/numerics_test.py +++ b/tensorflow/python/kernel_tests/numerics_test.py @@ -66,7 +66,7 @@ class VerifyTensorAllFiniteTest(test.TestCase): self.evaluate(t_verified) -@test_util.run_v1_only("b/120545219") +@test_util.run_v1_only("add_check_numerics_op() is meant to be a v1-only API") class NumericsTest(test.TestCase): def testInf(self):