Răsfoiți Sursa

skip usb msc test

hathach 3 ani în urmă
părinte
comite
a6d9fda5f9
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/test_hardware.yml

+ 2 - 0
.github/workflows/test_hardware.yml

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