Skip to content

Commit

Permalink
re-enable ovc import paddle from memory test
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyang-intel committed May 14, 2024
1 parent e9e09e0 commit e5e3ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/layer_tests/ovc_python_api_tests/test_paddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class TestMoConvertPaddle(CommonMOConvertTest):
create_paddle_static_module,
create_paddle_hapi_module
]
@pytest.mark.skip(reason="Paddlepaddle has incompatible protobuf. Ticket: 95904")
@pytest.mark.parametrize("create_model", test_data)
def test_mo_import_from_memory_paddle_fe(self, create_model, ie_device, precision, ir_version,
temp_dir):
Expand Down

0 comments on commit e5e3ba7

Please sign in to comment.