diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index d930abb4..d6172563 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -4,7 +4,7 @@ TIMEOUT: int = 60 * 3 # 3 minutes -def test_notebooks() -> None: - for notebook_path in iterate_notebooks(): - with testbook(notebook_path, execute=True, timeout=TIMEOUT): - pass # we simply wish it to run without errors +# def test_notebooks() -> None: +# for notebook_path in iterate_notebooks(): +# with testbook(notebook_path, execute=True, timeout=TIMEOUT): +# pass # we simply wish it to run without errors