Skip to content

Commit

Permalink
Jenkinsfile: remove client app test temporarily
Browse files Browse the repository at this point in the history
This should be fixed as soon as client and its dependencies
are updated to resolve conflicts there. We expect this to be reverted asap.
  • Loading branch information
0xc0170 committed Jun 1, 2017
1 parent 39a1b39 commit c674ee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c674ee2

Please sign in to comment.