Skip to content

Commit

Permalink
drop one test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Oct 17, 2023
1 parent 85d27ad commit 1f85d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

def test_plot_scan(results, tmp_path):
plotting.plot_scan(results, figure_name=tmp_path / "scan.pdf")
assert pdf_similar(DATA / "scan.pdf", tmp_path / "scan.pdf")
# unstable test accros machines
# assert pdf_similar(DATA / "scan.pdf", tmp_path / "scan.pdf")

assert (
plotting.plot_scan(
Expand Down

0 comments on commit 1f85d16

Please sign in to comment.