ci: resume esp32s2 unit tests

This commit is contained in:
michael
2020-01-22 12:05:33 +08:00
parent d4ec1842f0
commit 24b16b0b19
3 changed files with 17 additions and 6 deletions
@@ -81,10 +81,6 @@ class Parser(object):
else:
target = "esp32"
if target == "esp32s2":
# Unit tests temporarily disabled for beta chip
return []
test_groups = self.get_test_groups(os.path.join(configs_folder, config_name))
elf_file = os.path.join(config_output_folder, self.ELF_FILE)