Skip to content

Commit b90ffb6

Browse files
committed
skip modpath notebook on windows because of openGL issue
1 parent 1364105 commit b90ffb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# platforms
2424
# Notebook : (platforms,), reason
2525
skip_notebooks = {
26-
"10_modpath_particle_tracking-demo.ipynb" : [("darwin",), "transient timeout"]
26+
"10_modpath_particle_tracking-demo.ipynb" : [("darwin", "windows"), "transient timeout"]
2727
}
2828

2929
def included_notebooks():

0 commit comments

Comments
 (0)