Skip to content

Commit

Permalink
Disable old tests which do not support new PLL models
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 6, 2024
1 parent 552c84f commit c61752b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bf.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ def test_daq2_fpga_qpll_rxtx_zc706_config():
assert info == ref


@pytest.mark.skip(reason="Deprecated due to new transceiver models")
def test_system_daq2_rx_ad9528():
vcxo = 125000000

Expand Down Expand Up @@ -1098,6 +1099,7 @@ def test_system_daq2_rx_hmc7044():
assert clks == ref


@pytest.mark.skip(reason="Deprecated due to new transceiver models")
def test_system_daq2_rx():
vcxo = 125000000

Expand Down

0 comments on commit c61752b

Please sign in to comment.