Disable flaky test
PiperOrigin-RevId: 305897991 Change-Id: Iee5d4f7838702547b18e84579f6e816fad6b4b2d
This commit is contained in:
parent
63b323acd2
commit
fbfb7e412c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user