diff --git a/src/render/tests/test_tutorials.py b/src/render/tests/test_tutorials.py index 71a77546a3..48afa5c4c0 100644 --- a/src/render/tests/test_tutorials.py +++ b/src/render/tests/test_tutorials.py @@ -48,7 +48,7 @@ def run_notebook(notebook_path, tmp_dir=None): @pytest.mark.slow -@pytest.skip +@pytest.mark.skip @pytest.mark.parametrize("notebook", tutorials) def test_tutorials(notebook, tmp_path): try: