[PT FE] Disable failing pytorch layer test (#20719)

* [PT FE] Disable test

* Update tests/layer_tests/pytorch_tests/test_convnd.py
This commit is contained in:
Maxim Vafin 2023-10-27 05:54:30 +02:00 committed by GitHub
parent a8a14eba9d
commit b06a0010ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,7 @@ class TestConv2DInSubgraph(PytorchLayerTest):
@pytest.mark.nightly
@pytest.mark.precommit
@pytest.mark.xfail(reason="ticket 123727")
def test_conv2d(self, ie_device, precision, ir_version):
self._test(*self.create_model(),
ie_device, precision, ir_version, freeze_model=True, dynamic_shapes=False)