Skip to content

Commit

Permalink
Skip nbextension test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 28, 2021
1 parent 65dd85e commit 6e1e997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/nbextensions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def voila_config_file_paths_arg():
return '--VoilaTest.config_file_paths=[%r]' % path


@pytest.mark.skip(reason='TODO: update for JupyterLab extensions')
async def test_lists_extension(http_server_client, base_url):
response = await http_server_client.fetch(base_url)
assert response.code == 200
Expand Down

0 comments on commit 6e1e997

Please sign in to comment.