Skip to content

Commit 3a6c4f5

Browse files
nordicjmnashif
authored andcommitted
Revert "ci: twister: add workaround until module test data is fixed [REVERTME]"
This reverts commit b895769. Signed-off-by: Jamie McCrae <[email protected]>
1 parent efc610f commit 3a6c4f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137
if [ "${{matrix.subset}}" = "1" ]; then
138138
./scripts/zephyr_module.py --twister-out module_tests.args
139139
if [ -s module_tests.args ]; then
140-
# FIXME: workaround for modules with invalid test data
141-
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
140+
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
142141
fi
143142
fi
144143

0 commit comments

Comments
 (0)