Add header and macros to allow these tests to be disabled in a manifest (#16977)
authorDavid Norman <DavidNorman@users.noreply.github.com>
Thu, 8 Mar 2018 07:31:01 +0000 (07:31 +0000)
committerGunhan Gulsoy <gunan@google.com>
Thu, 8 Mar 2018 07:31:01 +0000 (23:31 -0800)
tensorflow/compiler/xla/tests/convolution_test.cc

index 99640f5..7271539 100644 (file)
@@ -723,7 +723,7 @@ INSTANTIATE_TEST_CASE_P(
 );
 #endif
 
-TEST_F(ConvolutionTest, Convolve_bf16_1x1x1x2_1x1x1x2_Valid) {
+XLA_TEST_F(ConvolutionTest, Convolve_bf16_1x1x1x2_1x1x1x2_Valid) {
   ComputationBuilder builder(client_, TestName());
   Shape input_shape = ShapeUtil::MakeShape(BF16, {1, 1, 1, 2});
   Shape filter_shape = ShapeUtil::MakeShape(BF16, {1, 1, 1, 2});