From bbb74533fdf80db40998d7cc2bc682bb8ce33c7b Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 19 Jun 2023 13:40:55 +0200
Subject: [PATCH] Disable test because jupyter-console is broken on Ubuntu
 22.04 (jammy)

https://bugs.launchpad.net/ubuntu/+source/jupyter-console/+bug/2017613
---
 .gitlab-ci.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f571cc4..27ba13b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab