diff --git a/Jenkinsfile b/Jenkinsfile index a57e927..582072a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -234,6 +234,9 @@ pipeline { retry(3){ sh 'make clean' sh 'make all' + // TODO: need non-zero return on runoak/oaklib CLI + // https://github.com/geneontology/neo/issues/89 + //sh 'make test' } }