diff --git a/tensorflow/python/keras/layers/tensorflow_op_layer_test.py b/tensorflow/python/keras/layers/tensorflow_op_layer_test.py index f01c9d49643..c2f1c798441 100644 --- a/tensorflow/python/keras/layers/tensorflow_op_layer_test.py +++ b/tensorflow/python/keras/layers/tensorflow_op_layer_test.py @@ -158,8 +158,6 @@ class AutoLambdaTest(keras_parameterized.TestCase): size_50 = _construct_graph_of_size(50) size_500 = _construct_graph_of_size(500) - # Check reasonable graph construction time. - self.assertLess(size_50, 5) # Check construction time grows approx. linearly with size. e = 2 # Fudge factor to prevent flakiness. self.assertLess(size_500, (10 * e) * size_50)