[XLA] Fix exhaustive_f32_elementwise_test's size marker.
authorJustin Lebar <jlebar@google.com>
Wed, 23 May 2018 21:58:08 +0000 (14:58 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 23 May 2018 22:04:55 +0000 (15:04 -0700)
"enormous" is a size, not a tag.

PiperOrigin-RevId: 197795125

tensorflow/compiler/xla/tests/BUILD

index 4883380..fd54ac7 100644 (file)
@@ -619,6 +619,7 @@ xla_test(
 
 xla_test(
     name = "exhaustive_f32_elementwise_op_test",
+    size = "enormous",
     srcs = ["exhaustive_f32_elementwise_op_test.cc"],
     backends = [
         "cpu",
@@ -626,7 +627,6 @@ xla_test(
     ],
     shard_count = 48,
     tags = [
-        "enormous",
         "manual",
         "notap",
     ],