risc-v/rv-virt: Remove SCANFTEST from rv-virt:citest
`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.
This commit is contained in:
parent
4ada30b8f7
commit
41c0fc01b9
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ CONFIG_TESTING_LTP=y
|
|||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_OPEN_MEMSTREAM=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_SCANFTEST=y
|
||||
CONFIG_TESTS_TESTSUITES=y
|
||||
CONFIG_TLS_NCLEANUP=4
|
||||
CONFIG_TLS_NELEM=8
|
||||
|
|
Loading…
Reference in a new issue