Skip to content

Commit

Permalink
verify test is failing because of jhub version
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Feb 14, 2024
1 parent 8be99dc commit 949ae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
build_args:
PYTHON_VERSION: python-3.9.5
PY_VER_SHORT: "3.9"
JUPYTERHUB_VERSION: 4.0.2
JUPYTERHUB_VERSION: 1.4.1
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]

rstudio-notebook:
Expand Down
2 changes: 1 addition & 1 deletion images/tests_common/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest

@pytest.mark.skip(reason="Hub upgrade version likely changes how this test works.")
#@pytest.mark.skip(reason="Hub upgrade version likely changes how this test works.")
def test_secured_server(container, http_client):
try:
"""Notebook server should eventually request user login."""
Expand Down

0 comments on commit 949ae8f

Please sign in to comment.