diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test_hardware.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test_hardware.yml b/.github/workflows/test_hardware.yml index 2d3dc1e8c..f8124c496 100644 --- a/.github/workflows/test_hardware.yml +++ b/.github/workflows/test_hardware.yml @@ -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' |
