lupyuen opened a new pull request, #15327: URL: https://github.com/apache/nuttx/pull/15327
## Summary `CONFIG_TESTING_SCANFTEST` is no longer needed in `rv-virt:citest` defconfig because of https://github.com/apache/nuttx-apps/pull/2914 This PR excludes `CONFIG_TESTING_SCANFTEST` from `rv-virt:citest` so that CI Job `risc-v-05` will complete successfully. ## Impact With this PR, CI Job `risc-v-05` will complete successfully. ## Testing Before this PR: CI Job `risc-v-05` fails at `CONFIG_TESTING_SCANFTEST` https://github.com/apache/nuttx/actions/runs/12329209626/job/34829161894?pr=15187#step:7:1268 ```text Normalize rv-virt/citest < CONFIG_TESTING_SCANFTEST=y Changes not staged for commit: modified: boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig ``` After this PR: CI Job `risc-v-05` completes successfully: TODO -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org