diff --git a/tests/fpgadataflow/test_fpgadataflow_ipstitch.py b/tests/fpgadataflow/test_fpgadataflow_ipstitch.py index c86ef8bf3e010f9ba21306a0308c8e992930a9b3..36b499947d0dc5f927c78882e554b7f7b8045c91 100644 --- a/tests/fpgadataflow/test_fpgadataflow_ipstitch.py +++ b/tests/fpgadataflow/test_fpgadataflow_ipstitch.py @@ -429,6 +429,8 @@ def test_fpgadataflow_ipstitch_iodma_floorplan(): @pytest.mark.vivado @pytest.mark.vitis def test_fpgadataflow_ipstitch_vitis(board, period_ns, extw): + if "VITIS_PATH" not in os.environ: + pytest.skip("VITIS_PATH not set") platform = alveo_default_platform[board] fpga_part = alveo_part_map[board] model = create_two_fc_model("external" if extw else "decoupled")