Skip to content

Commit 477f9d8

Browse files
committed
Merge pull request #1488 from bridadan/disable-rtc-test-lpc1114
Added LPC1114 from RTC test exclude list
2 parents 2447f6d + a19e541 commit 477f9d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspace_tools/tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@
470470
"RBLAB_NRF51822", "RBLAB_NRF51822_BOOT", "RBLAB_NRF51822_OTA",
471471
"SEEED_TINY_BLE", "SEEED_TINY_BLE_BOOT", "SEEED_TINY_BLE_OTA",
472472
"WALLBOT_BLE", "WALLBOT_BLE_BOOT", "WALLBOT_BLE_OTA",
473-
"DELTA_DFCM_NNN40", "DELTA_DFCM_NNN40_BOOT", "DELTA_DFCM_NNN40_OTA"],
473+
"DELTA_DFCM_NNN40", "DELTA_DFCM_NNN40_BOOT", "DELTA_DFCM_NNN40_OTA",
474+
"LPC1114"],
474475
#"host_test": "rtc_auto",
475476
"duration": 15
476477
},

0 commit comments

Comments
 (0)