Re-enable multinomial_test, no longer flaky.

PiperOrigin-RevId: 309284030
Change-Id: I6805cf3e02fe1bed6016ed68e7233c1aeb1989f8
This commit is contained in:
Christopher Suter 2020-04-30 13:03:26 -07:00 committed by TensorFlower Gardener
parent 655d6d3cca
commit 51ec68ae07

View File

@ -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",