Disable flaky test

PiperOrigin-RevId: 305897991
Change-Id: Iee5d4f7838702547b18e84579f6e816fad6b4b2d
This commit is contained in:
Mihai Maruseac 2020-04-10 10:19:47 -07:00 committed by TensorFlower Gardener
parent 63b323acd2
commit fbfb7e412c

View File

@ -721,6 +721,9 @@ py_library(
py_test(
name = "combinations_test",
srcs = ["combinations_test.py"],
tags = [
"notap", # TODO(b/153646955): flaky
],
deps = [
":combinations",
"//tensorflow/python:client_testlib",