diff --git a/tests/layer_tests/pytorch_tests/test_all.py b/tests/layer_tests/pytorch_tests/test_all.py index 2a4da2a6e90a60..c8b79ee0ff5e3b 100644 --- a/tests/layer_tests/pytorch_tests/test_all.py +++ b/tests/layer_tests/pytorch_tests/test_all.py @@ -80,8 +80,6 @@ def test_all(self, input_shape, d_type, keepdim, ie_device, precision, ir_versio self.input_tensor = np.random.randint(0, 2, input_shape, dtype=d_type) else: self.input_tensor = input_shape - self._test(aten_all_noparam(), None, "aten::all", - ie_device, precision, ir_version, trace_model=True, freeze_model=False) for dim in range(len(self.input_tensor.shape)): self._test(aten_all(dim, keepdim), None, "aten::all", ie_device, precision, ir_version, trace_model=True, freeze_model=False)