We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2d06d commit 84756beCopy full SHA for 84756be
scripts/ci/run-e2e.sh
@@ -118,7 +118,7 @@ if [[ "$TEST_SET" == *"e2e-flash"* ]]; then
118
rm -rf $ZEPHYR_BASE/build-dmc
119
fi
120
121
-if [[ "$TEST_SET" == *"recovery-flash"* ]]; then
122
- # Run a recovery flash test
123
- run_twister_test "recovery" "recovery-flash" "$@"
124
-fi
+# if [[ "$TEST_SET" == *"recovery-flash"* ]]; then
+# # Run a recovery flash test
+# run_twister_test "recovery" "recovery-flash" "$@"
+# fi
0 commit comments