Skip to content

Commit

Permalink
Label xFail with the ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-lyakhov committed Jan 29, 2024
1 parent b608bb8 commit 9295d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/post_training/test_templates/test_smooth_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test__get_nodes_to_smooth_data(self, model_cls, references, tmpdir):
nncf_graph = NNCFGraphFactory.create(model)

if isinstance(self.get_backend(), OVSmoothQuantAlgoBackend) and model_cls is ShareWeghtsConvAndShareLinearModel:
pytest.xfail("Matmuls don't share one weight in OV ir after 2023.3 update.")
pytest.xfail("Matmuls don't share one weight in OV ir. Ticket 130912.")

algo = SmoothQuant()
algo._set_backend_entity(model)
Expand Down

0 comments on commit 9295d03

Please sign in to comment.