CI: minor testcases fixes and disable some cases that cant run on S3

This commit is contained in:
Marius Vikhammer
2021-06-09 16:38:22 +08:00
parent d9f5126d24
commit 79b5dedeb1
11 changed files with 53 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ except ImportError:
pass
@ttfw_idf.idf_component_unit_test(env_tag='COMPONENT_UT_GENERIC', target=['esp32', 'esp32s2', 'esp32c3'])
@ttfw_idf.idf_component_unit_test(env_tag='COMPONENT_UT_GENERIC', target=['esp32', 'esp32s2', 'esp32s3', 'esp32c3'])
def test_component_ut_newlib(env, _): # type: (tiny_test_fw.Env, typing.Any) -> None
dut = env.get_dut('newlib', 'components/newlib/test_apps')
dut.start_app()