Skip to content

Commit

Permalink
tests/psoc6: Disable bitstream test for AI Kit.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed Aug 23, 2024
1 parent 6b78bc1 commit 343c999
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/ports/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,14 @@ run_ci_tests() {
if [ "${board}" == "CY8CPROTO-062-4343W" ] || [ "${board}" == "CY8CPROTO-063-BLE" ]; then
dev_test=${devs_a[0]}
dev_stub=${devs_b[0]}
else
if [ "${board}" == "CY8CKIT-062S2-AI" ]; then
dev_test=${devs_c[0]}
dev_stub=${devs_b[0]}
fi
bitstream_tests
#else
# if [ "${board}" == "CY8CKIT-062S2-AI" ]; then
# dev_test=${devs_c[0]}
# dev_stub=${devs_b[0]}
# fi
fi
bitstream_tests
# bitstream_tests

dev_test=${devs[0]}
wdt_tests
Expand Down

0 comments on commit 343c999

Please sign in to comment.