Jenkinsfile: remove client app test temporarily

This should be fixed as soon as client and its dependencies
are updated to resolve conflicts there. We expect this to be reverted asap.
pull/4294/head
Martin Kojtal 2017-06-01 12:11:54 +01:00
parent 39a1b39ce1
commit c674ee2290
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -24,8 +24,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
mbed.compile(parallelSteps)
def testApps = [
"mbed-os-cliapp",
"mbed-client-testapp"
"mbed-os-cliapp"
]
// buildTestApps accepts array of test application names and a mbed-os branch or PR reference as parameters