Skip to content

Commit

Permalink
[PT FE] Xfail scatter_reduce test due to sporadicity (openvinotoolkit…
Browse files Browse the repository at this point in the history
…#23716)

**Details:** Xfail scatter_reduce test due to sporadicity

**Ticket:**

Signed-off-by: Kazantsev, Roman <[email protected]>
  • Loading branch information
rkazants authored and bbielawx committed Apr 12, 2024
1 parent 0900dc7 commit 9facfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/layer_tests/pytorch_tests/test_scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def _forward_inplace(self, x: torch.Tensor):
@pytest.mark.parametrize(["inplace", "has_out"], [(True, False), (False, True), (False, False)])
@pytest.mark.parametrize("reduce", ["sum", "prod", "mean", "amax", "amin"])
@pytest.mark.parametrize("include_self", [True, False])
@pytest.mark.xfail(reason="accuracy validation failed")
def test_scatter_reduce(self, dim, index, src, dtype, inplace, has_out, reduce, include_self, ie_device, precision, ir_version):
if isinstance(src, torch.Tensor):
src = src.to(getattr(torch, dtype))
Expand Down

0 comments on commit 9facfc8

Please sign in to comment.