diff --git a/tensorflow/compiler/xrt/tests/raw_api_test.cc b/tensorflow/compiler/xrt/tests/raw_api_test.cc index 84a5572dab1..7d262e41dd5 100644 --- a/tensorflow/compiler/xrt/tests/raw_api_test.cc +++ b/tensorflow/compiler/xrt/tests/raw_api_test.cc @@ -479,8 +479,7 @@ TEST(RawApiTest, CompileWithXlaReturnShapes) { xla_program_shape.result().layout())); } -// Disabled because of failure on TPU (b/117876141) -TEST(RawApiTest, DISABLED_DotGeneralWithLayoutTest) { +TEST(RawApiTest, DotGeneralWithLayoutTest) { auto layout = xla::LayoutUtil::MakeLayout({0, 1}); xrt::XLAAllocation p0;