From 51ec68ae070d5fa9bb300382201199a3550e5eaf Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Thu, 30 Apr 2020 13:03:26 -0700 Subject: [PATCH] Re-enable multinomial_test, no longer flaky. PiperOrigin-RevId: 309284030 Change-Id: I6805cf3e02fe1bed6016ed68e7233c1aeb1989f8 --- tensorflow/python/kernel_tests/distributions/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/python/kernel_tests/distributions/BUILD b/tensorflow/python/kernel_tests/distributions/BUILD index 9fbc161aafe..549d7b4c98e 100644 --- a/tensorflow/python/kernel_tests/distributions/BUILD +++ b/tensorflow/python/kernel_tests/distributions/BUILD @@ -189,7 +189,6 @@ cuda_py_test( cuda_py_test( name = "multinomial_test", srcs = ["multinomial_test.py"], - tags = ["manual"], # b/69001419 deps = [ "//tensorflow/python:array_ops", "//tensorflow/python:client_testlib",