[Jenkins] Diable more unit tests

This commit is contained in:
momo5502 2017-04-07 20:07:51 +02:00
parent e4d68d8861
commit 9cc8da0786

5
Jenkinsfile vendored
View File

@ -254,7 +254,6 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
} }
} }
} }
/* Temporarily disabled
executions["$testName on Linux"] = { executions["$testName on Linux"] = {
node("docker && linux && amd64") { node("docker && linux && amd64") {
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
@ -279,9 +278,9 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
} }
} }
} }
*/
} }
parallel executions /* Temporarily disabled
parallel executions*/
} }
} }