diff --git a/tests/layer_tests/tensorflow2_keras_tests/test_tf2_map_fn.py b/tests/layer_tests/tensorflow2_keras_tests/test_tf2_map_fn.py index 7107c9e8c47a0a..0a42541ea93c9f 100644 --- a/tests/layer_tests/tensorflow2_keras_tests/test_tf2_map_fn.py +++ b/tests/layer_tests/tensorflow2_keras_tests/test_tf2_map_fn.py @@ -125,7 +125,7 @@ def test_multiple_outputs(self, params, ie_device, precision, ir_version, temp_d fn_output_signature=(tf.int32, tf.int32, tf.int32), back_prop=True, input_names=["x1", "x2", "x3"], input_shapes=[[2, 1, 3, 4], [2, 1, 3, 4], [2, 1, 3, 4]]), - marks=[pytest.mark.xfail(reason="61587")]) + marks=[pytest.mark.xfail(reason="61587"), pytest.mark.precommit_tf_fe]) ] @pytest.mark.parametrize("params", test_multiple_inputs_outputs_int32)