summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-16 01:01:03 +0700
committerhathach <[email protected]>2022-11-16 01:01:03 +0700
commita6d9fda5f902726bb073541a122ab93ebc976730 (patch)
tree4acc60857e7aa40bdf330ff614a8f61527afeef5
parent2f909c284a594a7cb853029d31b624eea788a349 (diff)
skip usb msc test
-rw-r--r--.github/workflows/test_hardware.yml2
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'