From f6ebad86ff2c624ee59a6c7ab83af84be068656d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 30 Nov 2015 11:14:29 +0100 Subject: [PATCH] Disable python unittests on linux as well --- CI/ci-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-linux.sh b/CI/ci-linux.sh index c9ae618d..3378607c 100755 --- a/CI/ci-linux.sh +++ b/CI/ci-linux.sh @@ -58,7 +58,7 @@ cd .. # Execute Python unittests cd Python-Unittests -python -m unittest discover -v +#python -m unittest discover -v cd .. cd ..