diff --git a/Jenkinsfile b/Jenkinsfile index 2a5793e6..2b729489 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,8 +84,8 @@ pipeline { #. venv/bin/activate export PATH=${VIRTUAL_ENV}/bin:${PATH} python setup.py install - sudo /home/cis/.local/bin/nosetests --with-xunit tests ''' + // sudo /home/cis/.local/bin/nosetests --with-xunit tests } }