Skip to content

Commit

Permalink
Re-enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Sep 25, 2024
1 parent 061f452 commit 7833f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ pipeline {
withVenv {
script {
withXTAG(["$RTOS_TEST_RIG_TARGET"]) { adapterIDs ->
//sh "test/rtos_drivers/hil/check_drivers_hil.sh " + adapterIDs[0]
sh "test/rtos_drivers/hil/check_drivers_hil.sh " + adapterIDs[0]
}
//sh "pytest test/rtos_drivers/hil"
sh "pytest test/rtos_drivers/hil"
}
}
}
Expand Down

0 comments on commit 7833f6a

Please sign in to comment.