Skip to content

Commit 84756be

Browse files
committed
wip: test running just e2e-flash with new wrapper
Signed-off-by: Alexander Lay <alexanderlay@tenstorrent.com>
1 parent cc2d06d commit 84756be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/ci/run-e2e.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if [[ "$TEST_SET" == *"e2e-flash"* ]]; then
118118
rm -rf $ZEPHYR_BASE/build-dmc
119119
fi
120120

121-
if [[ "$TEST_SET" == *"recovery-flash"* ]]; then
122-
# Run a recovery flash test
123-
run_twister_test "recovery" "recovery-flash" "$@"
124-
fi
121+
# if [[ "$TEST_SET" == *"recovery-flash"* ]]; then
122+
# # Run a recovery flash test
123+
# run_twister_test "recovery" "recovery-flash" "$@"
124+
# fi

0 commit comments

Comments
 (0)