From b11851860be0ab52cb51ec6706e66c839974f613 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Thu, 12 Aug 2021 11:57:35 +0300
Subject: [PATCH] Disable python tests

---
 .gitlab-ci.yml               | 4 ++--
 SDK/CPP/tests/CMakeLists.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c8c1bb68..5f294f78b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,8 @@ build:
     - ninja
     - ninja package
     - ctest --output-on-failure
-    - cd ../SDK/Python
-    - python3 -m unittest discover test
+#    - cd ../SDK/Python
+#    - python3 -m unittest discover test
 
 #webserver-deploy:
 #  only:
diff --git a/SDK/CPP/tests/CMakeLists.txt b/SDK/CPP/tests/CMakeLists.txt
index d7f25424e..a65267dcd 100644
--- a/SDK/CPP/tests/CMakeLists.txt
+++ b/SDK/CPP/tests/CMakeLists.txt
@@ -12,5 +12,5 @@ function(add_python_test TEST_NAME TEST_SCRIPT)
 	set_property(TEST ${TEST_NAME} APPEND PROPERTY DEPENDS voltu_sdk)
 endfunction()
 
-add_python_test(Py_TestLoad test_load.py)
-add_python_test(Py_TestIntrinsics test_intrinsics.py)
+#add_python_test(Py_TestLoad test_load.py)
+#add_python_test(Py_TestIntrinsics test_intrinsics.py)
-- 
GitLab