Skip to content

Commit c674ee2

Browse files
committed
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.
1 parent 39a1b39 commit c674ee2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
2424
mbed.compile(parallelSteps)
2525

2626
def testApps = [
27-
"mbed-os-cliapp",
28-
"mbed-client-testapp"
27+
"mbed-os-cliapp"
2928
]
3029

3130
// buildTestApps accepts array of test application names and a mbed-os branch or PR reference as parameters

0 commit comments

Comments
 (0)