diff --git a/tensorflow/python/data/kernel_tests/placement_test.py b/tensorflow/python/data/kernel_tests/placement_test.py index 339f132b06c..a7aa009108a 100644 --- a/tensorflow/python/data/kernel_tests/placement_test.py +++ b/tensorflow/python/data/kernel_tests/placement_test.py @@ -76,7 +76,6 @@ class PlacementTest(test_base.DatasetTestBase, parameterized.TestCase): self.assertEqual(f().numpy(), 45) def testCondWithPlacement(self): - self.skipTest("b/166625126") # When the cond op is explicitly placed, there shouldn't be cross-device # copies. @def_function.function