Skip to content

Commit 7ef5728

Browse files
NikhitaR-IFXactions-user
authored andcommitted
tests/ports/psoc6/run_psoc6_tests.sh: Disable vfs tests.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 835be03 commit 7ef5728

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ports/psoc6/run_psoc6_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ run_ci_tests() {
284284
devs_b=($(python ${tools_psoc6_dir}/get-devs.py port -b ${board} -y ${tools_psoc6_dir}/${hil_name}-devs.yml --hw-ext ${board_version}.b))
285285
devs_c=($(python ${tools_psoc6_dir}/get-devs.py port -b ${board} -y ${tools_psoc6_dir}/${hil_name}-devs.yml --hw-ext ${board_version}.c))
286286

287-
dev_test=${devs[0]}
288-
vfs_flash_tests
287+
#dev_test=${devs[0]}
288+
#vfs_flash_tests
289289

290290
if [ "${board}" == "CY8CPROTO-062-4343W" ]; then
291291
dev_test=${devs_b[0]}

0 commit comments

Comments
 (0)