Disable testing flaky tensorflow/contrib/eager/python/examples/spinn:spinn_test under py3
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 22 Mar 2018 20:05:30 +0000 (13:05 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 22 Mar 2018 20:08:26 +0000 (13:08 -0700)
PiperOrigin-RevId: 190112748

tensorflow/contrib/eager/python/examples/spinn/BUILD

index 98d01ad..5966f1d 100644 (file)
@@ -39,6 +39,7 @@ cuda_py_test(
         "//tensorflow/python:framework_test_lib",
     ],
     tags = [
+        "no-internal-py3",  # flaky
         "no_cuda_on_cpu_tap",
         "no_pip",  # because spinn.py is under third_party/.
     ],