Skip to content

Commit e58a3c8

Browse files
filipleplemacpijan
authored andcommitted
dasharo-compatibility/usb-hid-and-msc-support.robot: Skip unsupported tests on laptops
Signed-off-by: Filip Lewiński <[email protected]>
1 parent 3cc7500 commit e58a3c8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dasharo-compatibility/usb-hid-and-msc-support.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ USB002.001 USB keyboard detected in FW
6565
... correctly by the firmware and all basic keys work
6666
... according to their labels.
6767
[Tags] minimal-regression
68-
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT}
68+
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT} USB002.001 not supported
6969
Power On
7070
Enter UEFI Shell
7171
${out}= Execute UEFI Shell Command devices

platform-configs/include/novacustom-common.robot

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ ${INTERNAL_LCD_DISPLAY_SUPPORT}= ${TRUE}
5858
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${TRUE}
5959
${EC_AND_SUPER_IO_SUPPORT}= ${TRUE}
6060
${CUSTOM_LOGO_SUPPORT}= ${TRUE}
61-
${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
62-
${USB_KEYBOARD_DETECTION_SUPPORT}= ${TRUE}
6361
${USB_CAMERA_DETECTION_SUPPORT}= ${TRUE}
6462
${USB_TYPE_C_DISPLAY_SUPPORT}= ${TRUE}
6563
${UEFI_SHELL_SUPPORT}= ${TRUE}

0 commit comments

Comments
 (0)