Skip to content

Commit

Permalink
Update tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazants authored Mar 29, 2024
1 parent 9cc8705 commit 275863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def create_complex_bias_add_net(self, input_shape, bias_shape, data_format, ir_v
]

@pytest.mark.parametrize("params", test_data_2D)
@pytest.mark.precommit_tf_fe
@pytest.mark.precommit
def test_complex_bias_add(self, params, ie_device, precision, ir_version, temp_dir,
use_legacy_frontend):
self._test(*self.create_complex_bias_add_net(**params, ir_version=ir_version,
Expand Down

0 comments on commit 275863e

Please sign in to comment.