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 22, 2024
1 parent b40c325 commit d3a3592
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/ports/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,11 @@ 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
#else
# if [ "${board}" == "CY8CKIT-062S2-AI" ]; then
# dev_test=${devs_c[0]}
# dev_stub=${devs_b[0]}
# fi
fi
bitstream_tests

Expand Down

0 comments on commit d3a3592

Please sign in to comment.