From 2435337b99835700f043c394f110cf245b113ac5 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Sat, 1 Jul 2023 15:17:18 +0100 Subject: [PATCH] Removed RTX test and GPIO tests from regression as both hang --- testcodes/excluded_tests.txt | 2 ++ testcodes/software_list.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 testcodes/excluded_tests.txt diff --git a/testcodes/excluded_tests.txt b/testcodes/excluded_tests.txt new file mode 100644 index 0000000..3183be7 --- /dev/null +++ b/testcodes/excluded_tests.txt @@ -0,0 +1,2 @@ +rtx_demo +gpio_tests \ No newline at end of file diff --git a/testcodes/software_list.txt b/testcodes/software_list.txt index 412e3c5..d3ac1e9 100644 --- a/testcodes/software_list.txt +++ b/testcodes/software_list.txt @@ -4,8 +4,6 @@ sleep_demo dualtimer_demo self_reset_demo watchdog_demo -rtx_demo -gpio_tests timer_tests debug_tests default_slaves_tests -- GitLab