Running sparse_ops_test only in opt mode since the test is flaky (times out) in fastb...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 4 Apr 2018 23:17:05 +0000 (16:17 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 4 Apr 2018 23:19:36 +0000 (16:19 -0700)
PiperOrigin-RevId: 191665014

tensorflow/python/kernel_tests/BUILD

index a544e4f..6c34ea1 100644 (file)
@@ -2519,7 +2519,10 @@ cuda_py_test(
         "//tensorflow/python:sparse_ops",
     ],
     shard_count = 5,
-    tags = ["noasan"],
+    tags = [
+        "noasan",
+        "optonly",  # b/77589990
+    ],
 )
 
 cuda_py_test(