Skip to content

Commit

Permalink
ci(wokwi): Disable tests that use scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 7, 2024
1 parent 7734f18 commit af14982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/tests_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function run_test() {
fi
fi
done
printf "\n"
printf "Test return code: $error\n"
return $error
}

Expand Down Expand Up @@ -250,6 +250,7 @@ else

exit_code=0
run_test $target $sketch $options $erase || exit_code=$?
echo "Sketch $sketch exit code: $exit_code"
if [ $exit_code -ne 0 ]; then
error=$exit_code
fi
Expand Down
3 changes: 2 additions & 1 deletion tests/validation/gpio/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"platforms": {
"qemu": false,
"hardware": false
"hardware": false,
"wokwi": false
}
}

0 comments on commit af14982

Please sign in to comment.