Skip to content

Commit

Permalink
Update tests/test_nbadapter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrss authored Jan 31, 2024
1 parent a928ea0 commit 654f6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nbadapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_nbadapter_repo(test_notebook_repo):

validate_oda_dispatcher(nba)

@pytest.mark.skip(reason="Not implemented")
@pytest.mark.skip(reason="Reproducing this condition in the test is difficult")
def test_nbadapter_lfs_repo(test_notebook_lfs_repo):
from nb2workflow.nbadapter import NotebookAdapter, find_notebooks, validate_oda_dispatcher

Expand Down

0 comments on commit 654f6f2

Please sign in to comment.