Skip to content
Snippets Groups Projects
Commit ffed025c authored by auphelia's avatar auphelia
Browse files

[Jenkins] Add xfail markers to build tests

parent 14cb14a3
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ def test_end2end_cybsec_mlp_export(QONNX_export):
@pytest.mark.slow
@pytest.mark.vivado
@pytest.mark.end2end
@pytest.mark.xfail
@pytest.mark.parametrize("QONNX_export", [False, True])
def test_end2end_cybsec_mlp_build(QONNX_export):
model_file = get_checkpoint_name("export", QONNX_export)
......
......@@ -80,6 +80,7 @@ def test_end2end_ext_weights_download():
@pytest.mark.slow
@pytest.mark.vivado
@pytest.mark.end2end
@pytest.mark.xfail
def test_end2end_ext_weights_build():
model_file = get_checkpoint_name("download")
load_test_checkpoint_or_skip(model_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment