Disable the test tensorflow/core/grappler/optimizers:memory_optimizer_test for cuda_o...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 22 Mar 2018 22:32:04 +0000 (15:32 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 22 Mar 2018 22:34:44 +0000 (15:34 -0700)
PiperOrigin-RevId: 190136546

tensorflow/core/grappler/optimizers/BUILD

index cfb6989..bd9608b 100644 (file)
@@ -425,6 +425,7 @@ cc_library(
 tf_cuda_cc_test(
     name = "memory_optimizer_test",
     srcs = ["memory_optimizer_test.cc"],
+    tags = ["no_cuda_on_cpu_tap"],  # Do not re-enable again without actually testing.
     deps = [
         ":memory_optimizer",
         "//tensorflow/cc:cc_ops",