summaryrefslogtreecommitdiff
diff options
authorRod Smith <rod.smith@canonical.com>2020-04-27 12:42:23 -0400
committerRod Smith <rod.smith@canonical.com>2020-04-27 12:42:23 -0400
commitfbaac291bd1fbbdd0bca6062c1628638c5704d4e (patch)
tree3fa9aebb580126a0b9590d9fbbe7ff4871352e47
parent5a7e87e661aa962b989b462cf1b53194b4fd8280 (diff)
Work around problem of mediacard/sd-preinserted-server being called inappropriately
-rw-r--r--units/mediacard/jobs.pxu2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/mediacard/jobs.pxu b/units/mediacard/jobs.pxu
index f2b3a64..1d27f48 100644
--- a/units/mediacard/jobs.pxu
+++ b/units/mediacard/jobs.pxu
@@ -162,7 +162,7 @@ id: mediacard/sd-preinserted-server
estimated_duration: 30.0
user: root
flags: preserve-cwd
-command: removable_storage_test -s 268400000 --memorycard -l sdio usb scsi && removable_storage_test --memorycard sdio usb scsi
+command: removable_storage_test -s 268400000 --memorycard -l sdio usb && removable_storage_test --memorycard sdio usb
requires:
package.name == 'udisks2' or snap.name == 'udisks2'
_summary: Automated test of SD Card reading & writing (udisk2) for servers