Skip to content

Commit c391648

Browse files
committed
glymur-crd: exclude Ethernet test for meta-qcom project
Add Ethernet to EXCLUDED_TESTS for the glymur-crd meta-qcom project as Ethernet is not yet at L0 for glymur. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
1 parent b9de72b commit c391648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lava_test_plans/projects/meta-qcom/devices

lava_test_plans/projects/meta-qcom/devices/glymur-crd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "devices/glymur-crd" %}
22

33
{# Device-specific test exclusions for meta-qcom project #}
4-
{% set EXCLUDED_TESTS = ['WiFi_Firmware_Driver', 'WiFi_OnOff', 'DSP_AudioPD', 'fastrpc_test'] %}
4+
{% set EXCLUDED_TESTS = ['WiFi_Firmware_Driver', 'WiFi_OnOff', 'DSP_AudioPD', 'fastrpc_test', 'Ethernet'] %}
55

66
{% set flasher_device_type = "glymur-crd" %}
77

0 commit comments

Comments
 (0)