Skip to content

Commit

Permalink
Temporarily skip tutorials in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Dec 8, 2023
1 parent d188d46 commit adf3005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit adf3005

Please sign in to comment.