aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/function_test.cc
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2016-12-01 08:21:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-01 08:33:33 -0800
commitafb3e3e1b26e33b52fc2e7b6516b0f6e3f3efdd7 (patch)
tree2cdb554e15fecd62d151ad3e04300b70a160c9e6 /tensorflow/core/common_runtime/function_test.cc
parentf75037d04f14062d56e1b6ebb29ac0c5ec9c4b59 (diff)
Switch FIXME to TODO
Change: 140733125
Diffstat (limited to 'tensorflow/core/common_runtime/function_test.cc')
-rw-r--r--tensorflow/core/common_runtime/function_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/function_test.cc b/tensorflow/core/common_runtime/function_test.cc
index 523547b4eb..0f63e41957 100644
--- a/tensorflow/core/common_runtime/function_test.cc
+++ b/tensorflow/core/common_runtime/function_test.cc
@@ -389,7 +389,7 @@ TEST_F(FunctionLibraryRuntimeTest, ManySwapsOld) {
}
// Like the above test, but using NodeDefs in the FunctionDef.
-TEST_F(FunctionLibraryRuntimeTest, ManySwapsNodeDef) {
+TEST_F(FunctionLibraryRuntimeTest, DISABLED_ManySwapsNodeDef) {
auto func = FDH::Create( // Creates a FunctionDef using NodeDefs
// Name
"ManySwapsNodeDef",