Revert "ci: twister: add workaround until module test data is fixed [REVERTME]"

This reverts commit b8957692fc.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-12-05 07:13:04 +00:00 committed by Anas Nashif
parent efc610f6c0
commit 3a6c4f5b80

View file

@ -137,8 +137,7 @@ jobs:
if [ "${{matrix.subset}}" = "1" ]; then
./scripts/zephyr_module.py --twister-out module_tests.args
if [ -s module_tests.args ]; then
# FIXME: workaround for modules with invalid test data
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
fi
fi