We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05447e1 commit f97e632Copy full SHA for f97e632
1 file changed
tests/common.sh
@@ -45,7 +45,9 @@ function skip_ino()
45
*"/TeensySdioDemo/"* | \
46
*"/TeensySdioLogger/"* | \
47
*"/UserChipSelectFunction/"* | \
48
- *"/UserSPIDriver/"*)
+ *"/UserSPIDriver/"* | \
49
+ *"/ghostl/examples/coro/"* | \
50
+ *"/ghostl/examples/taskqueue/"*)
51
return 0
52
;;
53
*"Teensy"*)
0 commit comments