Skip to content

Commit

Permalink
disable the test
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor authored and Nadav138 committed Jul 2, 2024
1 parent 753a07f commit 7b5702e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b5702e

Please sign in to comment.