Skip to content

Commit

Permalink
Fix emu test which should be off
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Mar 7, 2024
1 parent 318e000 commit adc4b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ad4020.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
classname = "adi.ad4020"

#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize(
"attr, val",
Expand Down

0 comments on commit adc4b13

Please sign in to comment.