Skip to content
Snippets Groups Projects
Commit bbb74533 authored by dgelessus's avatar dgelessus
Browse files

Disable test because jupyter-console is broken on Ubuntu 22.04 (jammy)

parent ba99546e
Branches
No related tags found
No related merge requests found
Pipeline #115406 passed
......@@ -21,10 +21,12 @@ test:
# Test installation of kernel into Jupyter.
- java -jar build/libs/prob2-jupyter-kernel-*-all.jar install --user
# Test basic functionality of the installed kernel.
- |
jupyter console --kernel=prob2 --simple-prompt << EOF
:version
EOF
# Temporarily disabled because jupyter-console is broken on Ubuntu 22.04 (jammy):
# https://bugs.launchpad.net/ubuntu/+source/jupyter-console/+bug/2017613
##- |
## jupyter console --kernel=prob2 --simple-prompt << EOF
## :version
## EOF
artifacts:
expire_in: 1 week
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment