skip usb msc test

This commit is contained in:
hathach 2022-11-16 01:01:03 +07:00
parent 2f909c284a
commit a6d9fda5f9
1 changed files with 2 additions and 0 deletions

View File

@ -53,7 +53,9 @@ jobs:
test -e /dev/ttyACM1 && echo "ttyACM1 exists"
test -e /dev/ttyACM2 && echo "ttyACM2 exists"
# Debian does not auto mount usb drive. skip this test for now
- name: Test cdc_msc
if: false
run: |
./flash.sh cdc_msc.elf
readme='/media/pi/TinyUSB MSC/README.TXT'