Skip to content

Commit

Permalink
Ignore diagram based test for now
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed May 14, 2024
1 parent f10ae23 commit fd0aaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest

ignore = ["daq2_rx_dt_example.py"]
ignore = ["daq2_rx_dt_example.py", "hmc7044_example.ipynb"]

examples_in_dir = pathlib.Path(__file__).parent.parent / "examples"
examples = [str(p) for p in examples_in_dir.glob("*.py")]
Expand Down

0 comments on commit fd0aaca

Please sign in to comment.