disabling flaky test
authorOlivia Nordquist <nolivia@google.com>
Tue, 12 Dec 2017 19:17:00 +0000 (11:17 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 12 Dec 2017 19:20:48 +0000 (11:20 -0800)
PiperOrigin-RevId: 178787158

tensorflow/compiler/tests/BUILD

index a251dd1a3cdc71ec11bd04878550904ba15b51f1..4f458ecff8f6523a23ca59e0cecb485a7988efad 100644 (file)
@@ -380,7 +380,10 @@ tf_xla_py_test(
     size = "small",
     srcs = ["random_ops_test.py"],
     # TODO(b/31361304): enable RNG ops on GPU when parallelized.
-    disabled_backends = ["gpu"],
+    disabled_backends = [
+        "gpu",
+        "cpu",
+    ],
     tags = [
         "manual",
         "no_oss",