Skip to content

Commit

Permalink
Revert Precommit change in tensorflow2_keras_tests/test_tf2_map_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu-S committed Mar 10, 2024
1 parent 4e41510 commit 0ae6e24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ae6e24

Please sign in to comment.