From d519910068c0f834c4e6f3cc2a01e5b3ec3f3d75 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Fri, 26 Jul 2019 18:33:21 +0200
Subject: [PATCH] disable test due to problem with celldesigner

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ac4775b45..debb9b2bcc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,9 +173,10 @@ test:backend:CellDesigner_plugin:jdk-8:
   <<: *jdk_8_definition
   script: *test_backend_CellDesigner_plugin_definition
 
-test:backend:CellDesigner_plugin:jdk-11:
-  <<: *jdk_11_definition
-  script: *test_backend_CellDesigner_plugin_definition
+#CellDesigner is working on java 8 and is incompatible with java 11
+#test:backend:CellDesigner_plugin:jdk-11:
+#  <<: *jdk_11_definition
+#  script: *test_backend_CellDesigner_plugin_definition
 
 test:backend:converter:jdk-8:
   <<: *jdk_8_definition
-- 
GitLab